Click or drag to resize

BufferWriterWriteUInt64 Method (UInt64, Endian)

Writes a 64bit unsigned integer at the current position in the buffer.

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
)

Parameters

val
Type: SystemUInt64
The value to write.
endian
Type: Demo3D.IOEndian
The encoding of the data in the buffer.

Implements

IDataWriterWriteUInt64(UInt64, Endian)
See Also