LittleEndian Class
Defines methods related to
Int24 little endian operations.
Namespace: Gemstone.Numeric.Int24ExtensionsAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.128 -- Release Build+8719af24b83815a59535b3885622cedd021e9c5b
public static class LittleEndian
Public NotInheritable Class LittleEndian
public ref class LittleEndian abstract sealed
Gemstone.Numeric.Int24Extensions.LittleEndian = function();
Type.createClass(
'Gemstone.Numeric.Int24Extensions.LittleEndian');
- Inheritance
- Object LittleEndian
CopyBytes(Int24, Byte*) |
Copies the specified 24-bit signed integer value as an array of 3 bytes in the target endian-order to the destination array.
|
CopyBytes(Int24, Byte, Int32) |
Copies the specified 24-bit signed integer value as an array of 3 bytes in the target endian-order to the destination array.
|
GetBytes |
Returns the specified 24-bit signed integer value as an array of bytes.
|
ToInt24(Byte*) |
Returns a 24-bit signed integer converted from three bytes, accounting for target endian-order, at a specified position in a byte array.
|
ToInt24(Byte, Int32) |
Returns a 24-bit signed integer converted from three bytes, accounting for target endian-order, at a specified position in a byte array.
|