Click or drag to resize

BitWriterWriteULongArrayDiff Method

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

Writes the diff between two ulong arrays

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

Parameters

write
Type: SystemUInt64
The new array
compare
Type: SystemUInt64
The previous array to use for diff
count (Optional)
Type: SystemInt64
The amount of elements to write
See Also