Click or drag to resize

BitWriterWriteShortArrayPackedDiff Method

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

Writes the diff between two short arrays in a packed format

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

Parameters

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