Skip to content

IOFileComponent.GetInt64 Method

Definition

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

protected long GetInt64(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

Int64

The 64-bit signed integer value.