BinaryArchiveWriterWriteInt Method |
Writes a
Int32 value to the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void WriteInt(
int value
)
Public Sub WriteInt (
value As Integer
)
Parameters
- value
- Type: SystemInt32
A value to write.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also