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


IStatsHistogram.StdDev Property (ArcObjects .NET 10.5 SDK)
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