ArcObjects Library Reference (GeoDatabaseExtensions)  

ISimpleStatistics.StandardDeviation Property

The standard deviation.

[Visual Basic .NET]
Public ReadOnly Property StandardDeviation As Double
[C#]
public double StandardDeviation {get;}
[C++]
HRESULT get_StandardDeviation(
  double* pStandardDeviation
);
[C++]

Parameters

pStandardDeviation [out, retval]   pStandardDeviation is a parameter of type double

Product Availability

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

See Also

ISimpleStatistics Interface