This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStatisticsResults Interface > IStatisticsResults.Mean Property (ArcObjects .NET 10.4 SDK) |
The arithmetic mean.
[Visual Basic .NET] Public ReadOnly Property Mean As Double
[C#] public double Mean {get;}
[C++]
HRESULT get_Mean(
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.