Click or drag to resize

BitWriterDeprecatedWriteShortArray Method (Int16, Int32, Int32, Boolean)

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

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteShortArray(
	short[] s,
	int startIndex,
	int length,
	bool known = false
)
Request Example View Source

Parameters

s
Type: SystemInt16
startIndex
Type: SystemInt32
length
Type: SystemInt32
known (Optional)
Type: SystemBoolean
See Also