Skip to content

ByteICollectionExtensions.AddUInt24 Method

Definition

Adds a UInt24 to a byte collection.

public static void AddUInt24(this ICollection<Byte> bytes, UInt24 value, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);

View source

Parameters

Name Type Description
bytes ICollection<Byte>
value UInt24 The UInt24 value to add.
endian Endian The endianness to use.