Overload List
| Name | Description | |
|---|---|---|
| CalculateMean | 
            Return the mean of the current list.
              | |
| CalculateMean(List Double ) | 
            Return the mean of the provided list of values
              | |
| CalculateMean(Int32) | 
            Return the mean of the current list.
              | |
| CalculateMean(List Double , List Double ) | 
            Return the mean of the provided list of values
              | 
See Also