BinaryArchiveReader.ReadDoubleArray Method

BinaryArchiveReaderReadDoubleArray Method

Reads an array of Double from the archive.

An array is returned even if the input was another enumerable type.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public double[] ReadDoubleArray()
Public Function ReadDoubleArray As Double()

Return Value

Type: Double
The array that was read.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also