Method GetBits
GetBits(byte, byte, byte)
Declaration
public static byte GetBits(this byte value, byte start, byte length)
Parameters
Returns
GetBits(int, byte, byte)
Declaration
public static int GetBits(this int value, byte start, byte length)
Parameters
Returns
GetBits(uint, byte, byte)
Declaration
public static uint GetBits(this uint value, byte start, byte length)
Parameters
Returns
GetBits(ulong, byte, byte)
Declaration
public static ulong GetBits(this ulong value, byte start, byte length)
Parameters
Returns