BinaryArchiveWriterWriteInt64 Method |
Writes a
Int64 value to the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void WriteInt64(
long value
)
Public Sub WriteInt64 (
value As Long
)
Parameters
- value
- Type: SystemInt64
A value to write.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also