Writes a Single value to the output stream.

C# |
public void WriteSingle( float x )

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