Table of Contents

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 Vector512<T> MaskBitPosSerial

Returns

Vector512<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 ...