Click or drag to resize

BitWriterWriteFloatArray Method

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

Writes a float array

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

Parameters

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