Click or drag to resize

EndianWriteInt16 Method

Encodes a 16bit signed integer into the data buffer.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public abstract void WriteInt16(
	byte[] buffer,
	int offset,
	short val
)

Parameters

buffer  Byte
Buffer to write the data into.
offset  Int32
Offset into 'buffer' to start writing the data.
val  Int16
The value to write.
See Also