write_float method
write_float
Writes a single float value to the stream.
def write_float(self, data):
...
Parameter | Type | Description |
---|---|---|
data | float | The value to write. |
Writes a single float value to the stream.
def write_float(self, data):
...
Parameter | Type | Description |
---|---|---|
data | float | The value to write. |