read_double method

read_double

Read a single double value from the stream.

Returns

The single double value.

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

See Also