BinaryArchiveWriterWriteSingle Method |
Writes a
Single value to the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void WriteSingle(
float value
)
Public Sub WriteSingle (
value As Single
)
Parameters
- value
- Type: SystemSingle
A value to write.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also