Method | Description | |
---|---|---|
GetBitValueAt ( this b, byte offset ) : byte | ||
GetBitValueAt ( this b, byte offset, byte length ) : byte | ||
SetBitValueAt ( this b, byte offset, byte value ) : byte | ||
SetBitValueAt ( this b, byte offset, byte length, byte value ) : byte |
public static GetBitValueAt ( this b, byte offset ) : byte | ||
b | this | |
offset | byte | |
return | byte |
public static GetBitValueAt ( this b, byte offset, byte length ) : byte | ||
b | this | |
offset | byte | |
length | byte | |
return | byte |
public static SetBitValueAt ( this b, byte offset, byte value ) : byte | ||
b | this | |
offset | byte | |
value | byte | |
return | byte |
public static SetBitValueAt ( this b, byte offset, byte length, byte value ) : byte | ||
b | this | |
offset | byte | |
length | byte | |
value | byte | |
return | byte |