Method GetByteBy8XBitR
- Namespace
- Zyl.VectorTraits.Numerics
- Assembly
- VectorTraits.dll
GetByteBy8XBitR(byte, byte, byte, byte, byte, byte, byte, byte)
Get the byte made by the 81-bit value - reversed (获取由81位值构成的字节 - 逆序).
public static byte GetByteBy8XBitR(byte n0, byte n1, byte n2, byte n3, byte n4, byte n5, byte n6, byte n7)
Parameters
n0
byteThe 0th 1-bit value (第0个1位值).
n1
byteThe 1st 1-bit value (第1个1位值).
n2
byteThe 2nd 1-bit value (第2个1位值).
n3
byteThe 3rd 1-bit value (第3个1位值).
n4
byteThe 4th 1-bit value (第4个1位值).
n5
byteThe 5th 1-bit value (第5个1位值).
n6
byteThe 6th 1-bit value (第6个1位值).
n7
byteThe 7th 1-bit value (第7个1位值).
Returns
- byte
Return the byte of made (返回所构成的字节).
- See Also