write_float_array method
write_float_array
Writes an array of float values to the stream.
def write_float_array(self, data):
...
| Parameter | Type | Description |
|---|---|---|
| data | list | The array to write. |
Writes an array of float values to the stream.
def write_float_array(self, data):
...
| Parameter | Type | Description |
|---|---|---|
| data | list | The array to write. |