Click or drag to resize

BitWriterWriteInt16 Method

[This is preliminary documentation and is subject to change.]

Write a signed short (Int16) to the stream.

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteInt16(
	short value
)
Request Example View Source

Parameters

value
Type: SystemInt16
Value to write
See Also