read_float method

read_float

Read a single float value from the stream.

Returns

The single float value.

def read_float(self, position):
    ...
ParameterTypeDescription
positionintThe position to read from.

See Also