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