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