Click or drag to resize

BitReaderDeprecatedReadDoubleArray Method (Int32)

[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 double[] ReadDoubleArray(
	int known = -1
)
Request Example View Source

Parameters

known (Optional)
Type: SystemInt32

Return Value

Type: Double
See Also