Field MaskBitsSerial
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
Serial bits mask (顺序位集的掩码). The element whose index exceeds the number of bits has a value of all bit set 1(索引超过位数的元素值为所有位都是1的值). e.g. 1, 3, 7, 0xF, 0x1F ...
public static readonly Vector128<T> MaskBitsSerial
Returns
- Vector128<T>
- Serial bits mask (顺序位集的掩码). The element whose index exceeds the number of bits has a value of all bit set 1(索引超过位数的元素值为所有位都是1的值). e.g. 1, 3, 7, 0xF, 0x1F ...