Skip to content

IOFileComponent.GetInt32 Method

Definition

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

protected int GetInt32(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

Int32

The 32-bit signed integer value.