Table of Contents

Property MaskBitPosSerialRotate16

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

MaskBitPosSerialRotate16

Serial bit pos rotate mask (顺序位偏移的旋转掩码). e.g. 1, 2, 4, 8, 0x10, ... 1, 2, 4, 8, 0x10, ...

public static Vector128<short> MaskBitPosSerialRotate16 { get; }

Property Value

Vector128<short>

Remarks

For 16-bit.

See Also