Click or drag to resize

BitWriterWriteIntArrayDiff Method

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

Writes the diff between two int arrays

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

Parameters

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