Click or drag to resize

BitReaderReadDoubleArray Method

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

[Missing <summary> documentation for "M:MLAPI.NetworkingManagerComponents.Binary.BitReader.ReadDoubleArray(System.Int32)"]

Namespace:  MLAPI.NetworkingManagerComponents.Binary
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

[Missing <param name="known"/> documentation for "M:MLAPI.NetworkingManagerComponents.Binary.BitReader.ReadDoubleArray(System.Int32)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:MLAPI.NetworkingManagerComponents.Binary.BitReader.ReadDoubleArray(System.Int32)"]

See Also