Click or drag to resize

BinaryArchiveReaderReadInt Method

Reads a Int32 from the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int ReadInt()

Return Value

Type: Int32
The value that was read.
See Also