ArcObjects Library Reference (System)  

IDeviationInterval.Mean Property

The mean value.

[Visual Basic .NET]
Public WriteOnly Property Mean
[C#]
public void Mean {set;}
[C++]
HRESULT put_Mean(
  double 
);
[C++]

Parameters

[in]    is a parameter of type double

Product Availability

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

Description

Mean sets the mean value for the Standard Deviation classification.

See Also

IDeviationInterval Interface