Method WritePackedFloat
WritePackedFloat(float, StreamCompressionModel)
Writes a 4-byte floating point value to the data stream using a StreamCompressionModel.
Declaration
public bool WritePackedFloat(float value, StreamCompressionModel model)
Parameters
| Type | Name | Description |
|---|---|---|
| float | value | The 4-byte floating point value to write. |
| StreamCompressionModel | model | StreamCompressionModel model for writing value in a packed manner. |
Returns
| Type | Description |
|---|---|
| bool | Whether the write was successful |