write_float_array method

write_float_array

Writes an array of float values to the stream.

def write_float_array(self, data):
    ...
ParameterTypeDescription
datalistThe array to write.

See Also