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


IStatsHistogram.StdDev Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram Interface > IStatsHistogram.StdDev Property
ArcGIS Developer Help

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(
  System.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