write_float method

write_float

Writes a single float value to the stream.

def write_float(self, data):
    ...
ParameterTypeDescription
datafloatThe value to write.

See Also