Method WriteDouble
WriteDouble(double)
Writes a 8-byte floating point value to the data stream.
Declaration
public bool WriteDouble(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| double | value | The 8-byte floating point value to write. |
Returns
| Type | Description |
|---|---|
| bool | Whether the write was successful |