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


IStatsHistogram.Mean Property (ArcObjects .NET 10.4 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(
  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