read_float_array method
read_float_array
Reads an array of float values from the stream.
Returns
The array of float values.
def read_float_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. |