Average
Computes the average of an array of real numbers. The array must be not empty.
Syntax
C++
Python
def Average( inValues: list[float], / ) -> outAverage: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inValues | list[float] | ||
![]() |
outAverage | float |


