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