Skip to content

EndianExtensions.ToUInt24 Method

Definition

Composes a UInt24 from three bytes.

public static UInt24 ToUInt24(this Endian endian, Byte byte0, Byte byte1, Byte byte2);

View source

Parameters

Name Type Description
endian Endian
byte0 Byte The first byte.
byte1 Byte The second byte.
byte2 Byte The third byte.

Returns

UInt24

The composed UInt24 value.