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) -> integer / real / string |
| Input tuple. | |
|
Mean (output_control) |
number(-array) -> real |
| Mean value of tuple elements. | |
tuple_mean is reentrant and processed without parallelization.
tuple_deviation, tuple_sum, tuple_min, tuple_max, tuple_length
Operators not requiring licensing