Click or drag to resize

BitReaderReadFloatArrayPacked Method

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

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public float[] ReadFloatArrayPacked(
	float[] readTo = null,
	long knownLength = -1
)
Request Example View Source

Parameters

readTo (Optional)
Type: SystemSingle
knownLength (Optional)
Type: SystemInt64

Return Value

Type: Single
See Also