Skip to content

IOFileComponent.SetUInt64 Method

Definition

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

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

View source

Parameters

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