|
AsBitString[Integer,Integer]
|
Specifies a bit string ('0's and '1's) representation of the bits between Offset and Offset+Len.
|
|
AsBoolean[Integer,Integer]
|
Specifies a boolean representation of the bits between Offset and Offset+Len.
|
|
AsByte[Integer,Integer]
|
Specifies a byte representation of the bits between Offset and Offset+Len.
|
|
AsDouble[Integer,Integer]
|
Specifies a double precision floating point representation of the bits between Offset and Offset+Len.
|
|
AsFloat[Integer,Integer]
|
Specifies a single precision, floating point representation of the bits between Offset and Offset+Len.
|
|
AsInt64[Integer,Integer]
|
Specifies a 64-bit integer representation of the bits between Offset and Offset+Len.
|
|
AsInteger[Integer,Integer]
|
Specifies an integer representation of the bits between Offset and Offset+Len.
|
|
AsString[Integer,Integer]
|
Specifies a bit string ('0's and '1's) representation of the bits between Offset and Offset+Len.
|
|
PreserveSignBit
|
Specifies whether the encoded bits object should preserve the sign bit when converting between numbers and the bit representation. If the sign bit is preserved, then the number of bits used for the actual numeric representation is len-1.
|