IOFileComponent.GetUInt24 Method
Definition
Gets a 24-bit unsigned integer at the specified index.
protected UInt24 GetUInt24(int index, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The index of the value. |
| endian | Endian | The byte order. |
Returns
UInt24
The 24-bit unsigned integer value.