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):
    ...
ParameterTypeDescription
positionintThe position to read from.
countintThe elements count.

See Also