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).
|
Tuple (input_control) |
number(-array) -> HTuple.long / double / char * |
| Input tuple. | |
|
Mean (output_control) |
number(-array) -> (HTuple.) double * |
| Mean value of tuple elements. | |
::tuple_deviation, ::tuple_sum, ::tuple_min, ::tuple_max, ::tuple_length
Operators not requiring licensing