Click or drag to resize

BitWriterWriteULongArray Method

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

Writes a ulong array

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

Parameters

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