Field MaskBitPosSerial
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
Serial bit pos mask (顺序位偏移的掩码). The element whose index exceeds the number of bits has a value of 0(索引超过位数的元素值为0). e.g. 1, 2, 4, 8, 0x10 ...
public static readonly Vector256<T> MaskBitPosSerial
Returns
- Vector256<T>
- Serial bit pos mask (顺序位偏移的掩码). The element whose index exceeds the number of bits has a value of 0(索引超过位数的元素值为0). e.g. 1, 2, 4, 8, 0x10 ...