Click or drag to resize

BinaryArchiveWriterWriteDouble Method

Writes a Double value to the archive.

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

Parameters

value
Type: SystemDouble
A value to write.
See Also