read_rational_array method

read_rational_array

Reads an array of rational values from the stream.

Returns

The array of rational values.

def read_rational_array(self, position, count):
    ...
ParameterTypeDescription
positionintThe position to read from.
countintThe elements count.

Exceptions

ExceptionDescription
ArgumentOutOfRangeExceptioncount;Expected a positive number.

See Also