Click or drag to resize

BitWriterDeprecatedWriteFloatArray Method (Single, Boolean)

[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 void WriteFloatArray(
	float[] f,
	bool known = false
)
Request Example View Source

Parameters

f
Type: SystemSingle
known (Optional)
Type: SystemBoolean
See Also