Writes an Int64 value to the output stream.

C# |
public void WriteInt64( long x )

- x (Int64)
- The Int64 value to be written to the output stream.

Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |
C# |
public void WriteInt64( long x )
Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |