read_double_array method
read_double_array
Reads an array of double values from the stream.
Returns
The array of double values.
def read_double_array(self, position, count):
...
Parameter | Type | Description |
---|---|---|
position | int | The position to read from. |
count | int | The elements count. |