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