AggregatorsNumberAvg Method | 
| Name | Description | |
|---|---|---|
| NumberAvg | 
            an aggregator that calculates the average of the input values.
            Does NOT accept null input values.
            Accepts float or double input values.
              | |
| NumberAvg(String) | 
            an aggregator that calculates the average of the input values.
            Does NOT accept null input values nor null extracted values.
            Accepts float or double input values.
              |