Click or drag to resize

BitWriterWriteShortArray Method

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

Writes a short array

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteShortArray(
	short[] b,
	long count = -1
)
Request Example View Source

Parameters

b
Type: SystemInt16
The array to write
count (Optional)
Type: SystemInt64
The amount of elements to write
See Also