read_s_rational_array method

read_s_rational_array

Reads an array of signed rational values from the stream.

Returns

The array of signed rational values.

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

Exceptions

ExceptionDescription
ArgumentOutOfRangeExceptioncount;Expected a positive number.

See Also