write_double method

write_double

Writes a single double value to the stream.

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

See Also