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):
...
Parameter | Type | Description |
---|---|---|
position | int | The position to read from. |
count | int | The elements count. |
Exceptions
Exception | Description |
---|---|
ArgumentOutOfRangeException | count;Expected a positive number. |