BinaryArchiveReaderReadSingleArray Method |
Reads an array of
Single from the archive.
An array is returned even if the input was another enumerable type.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic float[] ReadSingleArray()
Public Function ReadSingleArray As Single()
Return Value
Type:
SingleThe array that was read.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also