Skip to content

IOFileComponent.SetInt32 Method

Definition

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

protected void SetInt32(int index, int value, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);

View source

Parameters

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