Writes a Double value to the output stream.

C# |
public void WriteDouble( double x )

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