BinaryArchiveWriter.WriteInt64 Method

BinaryArchiveWriterWriteInt64 Method

Writes a Int64 value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void WriteInt64(
	long value
)
Public Sub WriteInt64 ( 
	value As Long
)

Parameters

value
Type: SystemInt64
A value to write.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also