Click or drag to resize

BitWriterDeprecatedWriteULongArray Method (UInt64, 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 WriteULongArray(
	ulong[] l,
	int startIndex,
	int length,
	bool known = false
)
Request Example View Source

Parameters

l
Type: SystemUInt64
startIndex
Type: SystemInt32
length
Type: SystemInt32
known (Optional)
Type: SystemBoolean
See Also