Table of Contents

Method GetByteBy4XBitR

Namespace
Zyl.VectorTraits.Numerics
Assembly
VectorTraits.dll

GetByteBy4XBitR(byte, byte, byte, byte)

Get the byte made by the 41-bit value - reversed (获取由41位值构成的字节 - 逆序).

public static byte GetByteBy4XBitR(byte n0, byte n1, byte n2, byte n3)

Parameters

n0 byte

The 0th 1-bit value (第0个1位值).

n1 byte

The 1st 1-bit value (第1个1位值).

n2 byte

The 2nd 1-bit value (第2个1位值).

n3 byte

The 3rd 1-bit value (第3个1位值).

Returns

byte

Return the byte of made (返回所构成的字节).

See Also