Skip to content

IOFileComponent.SetInt64 Method

Definition

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

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

View source

Parameters

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