ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram.StdDev Property

The standard deviation value of the historgram.

[Visual Basic .NET]
Public Property StdDev As Double
[C#]
public double StdDev {get; set;}
[C++]
HRESULT get_StdDev(
  double* StdDev
);
[C++]
HRESULT put_StdDev(
  double StdDev
);
[C++]

Parameters

StdDev [out, retval]   StdDev is a parameter of type double StdDev [in]   StdDev is a parameter of type double

Product Availability

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

See Also

IStatsHistogram Interface