BinaryArchiveReaderReadDouble Method |
Reads a
Double from the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public double ReadDouble()
Public Function ReadDouble As Double
Return Value
Type:
DoubleThe value that was read.
See Also