Click or drag to resize

BinaryArchiveWriterWriteSingle Method

Writes a Single value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void WriteSingle(
	float value
)

Parameters

value
Type: SystemSingle
A value to write.
See Also