Herror ::tuple_mean (
    const HTuple &Tuple,
    double *Mean
)
Herror ::tuple_mean (
    const HTuple &Tuple,
    HTuple *Mean
)

Return the mean value of a tuple of numbers.

::tuple_mean returns the mean value of all elements of the input tuple Tuple as a floating point number in the output parameter Mean. The input tuple may only consist of numbers (integer or floating point numbers).


Parameters

Tuple (input_control)
number(-array) -> HTuple.long / double / char *
Input tuple.

Mean (output_control)
number(-array) -> (HTuple.) double *
Mean value of tuple elements.


Alternatives

::tuple_deviation, ::tuple_sum, ::tuple_min, ::tuple_max, ::tuple_length


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH