Method | Description | |
---|---|---|
And ( byte A, byte B ) : byte[] | ||
GE ( byte A, byte B ) : bool | ||
GetBitMask ( int sizeOfBuff, int bitLen ) : byte[] | ||
GetBitMaskLength ( byte bytes ) : int? |
Counts the number of leading 1's in a bitmask. Returns null if value is invalid as a bitmask.
|
|
Increment ( byte bytes ) : byte[] | ||
LE ( byte A, byte B ) : bool | ||
Not ( byte bytes ) : byte[] | ||
Or ( byte A, byte B ) : byte[] |
public static And ( byte A, byte B ) : byte[] | ||
A | byte | |
B | byte | |
return | byte[] |
public static GetBitMask ( int sizeOfBuff, int bitLen ) : byte[] | ||
sizeOfBuff | int | |
bitLen | int | |
return | byte[] |
public static GetBitMaskLength ( byte bytes ) : int? | ||
bytes | byte | |
return | int? |
public static Increment ( byte bytes ) : byte[] | ||
bytes | byte | |
return | byte[] |