BinaryArchiveReaderReadSingle Method |
Reads a
Single from the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public float ReadSingle()
Public Function ReadSingle As Single
Return Value
Type:
SingleThe value that was read.
See Also