Method YBitToByte
- Namespace
 - Zyl.VectorTraits.Impl.AVector512
 
- Assembly
 - VectorTraits.dll
 
YBitToByte(ulong)
Converts binary bits to each element of the Byte vector (将各个二进制位转换为 Byte 向量的每个元素). Bit 0 meaning is 0, bit 1 meaning is 1 for all bits (MaxValue).
Mnemonic: rt[i] := to_mask(0 != ((mask>>i)&1)).
[CLSCompliant(false)]
public virtual Vector512<byte> YBitToByte(ulong value)
Parameters
valueulongSource value (源值).
Returns
- See Also