Writes a UInt64 value to the output stream.

C# |
public void WriteUInt64( ulong x )

- x (UInt64)
- The UInt64 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 WriteUInt64( ulong x )
Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |