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

Exceptions

ExceptionDescription
ArgumentOutOfRangeExceptioncount;Expected a positive number.

See Also