Table of Contents

Property YBitToByte_IsAccelerated

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

YBitToByte_IsAccelerated

Is it has hardware accelerated when running YBitToByte (运行 YBitToByte 时是否具有硬件加速).

public static bool YBitToByte_IsAccelerated { get; }

Property Value

bool

Remarks

Inverse function (反函数): ExtractMostSignificantBits(Vector<byte>).

Similar methods (相似的方法).

- YBitToByte(ulong): Converts binary bits to each element of the Byte vector (将各个二进制位转换为 Byte 向量的每个元素).

- YBitToInt16(ulong): Converts binary bits to each element of the Int16 vector (将各个二进制位转换为 Int16 向量的每个元素).

- YBitToInt32(ulong): Converts binary bits to each element of the Int32 vector (将各个二进制位转换为 Int32 向量的每个元素).

- YBitToInt64(ulong): Converts binary bits to each element of the Int64 vector (将各个二进制位转换为 Int64 向量的每个元素).

See Also