Method GetByteBy2XBitR
- Namespace
- Zyl.VectorTraits.Numerics
- Assembly
- VectorTraits.dll
GetByteBy2XBitR(byte, byte)
Get the byte made by the 21-bit value - reversed (获取由21位值构成的字节 - 逆序). Generally used to make shuffle control codes, like _MM_SHUFFLE2(byte, byte) (一般用于制作 shuffle 控制码, 类似 _MM_SHUFFLE2(byte, byte)).
public static byte GetByteBy2XBitR(byte n0, byte n1)
Parameters
Returns
- byte
Return the byte of made (返回所构成的字节).
- See Also