This document is archived and information here might be outdated. Recommended version. |
The arithmetic mean.
[Visual Basic .NET]
Public ReadOnly Property Mean As Double
[C#]
public double Mean {get;}
[C++]
HRESULT get_Mean(
System.Double* Mean
);
[C++] Parameters Mean [out, retval]
Mean is a parameter of type double*
Returns the arithmetic Mean of all the data values in the BaseStatistics. Use this property when IGenerateStatistics.SimpleStats is set to true.