Click or drag to resize

PacketWriterWriteUInt64 Method

Writes a 64bit unsigned integer at the current position in the packet packet. The current position is advanced by 8 bytes.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public void WriteUInt64(
	ulong val,
	Endian endian = null
)

Parameters

val
Type: SystemUInt64
The value to write.
endian (Optional)
Type: Demo3D.IOEndian
The endian format (or null to use the default).

Implements

IDataWriterWriteUInt64(UInt64, Endian)
See Also