Skip to content

IOFileComponent.GetUInt64 Method

Definition

Gets a 64-bit unsigned integer at the specified index.

protected ulong GetUInt64(int index, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);

View source

Parameters

Name Type Description
index Int32 The index of the value.
endian Endian The byte order.

Returns

UInt64

The 64-bit unsigned integer value.