Click or drag to resize

BitWriterWriteUShortArray Method

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

Writes a ushort array

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

Parameters

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