This document is archived and information here might be outdated.  Recommended version.


ISimpleStatistics.Mean Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ISimpleStatistics.Mean Property

The mean value.

[Visual Basic .NET]
Public ReadOnly Property Mean As Double
[C#]
public double Mean {get;}
[C++]
HRESULT get_Mean(
  double* pMean
);
[C++]

Parameters pMean [out, retval] pMean is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISimpleStatistics Interface