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


IStatsHistogram.Mean Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram.Mean Property

The mean value of the historgram.

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

Parameters Mean [out, retval]
Mean is a parameter of type double* Mean [in]
Mean is a parameter of type double

Product Availability

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

See Also

IStatsHistogram Interface