BinaryArchiveWriter.WriteSByte Method

BinaryArchiveWriterWriteSByte Method

Writes a SByte value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void WriteSByte(
	sbyte value
)
Public Sub WriteSByte ( 
	value As SByte
)

Parameters

value
Type: SystemSByte
A value to write.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also