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


ISimpleStatistics.StandardDeviation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IS > ISimpleStatistics Interface > ISimpleStatistics.StandardDeviation Property
ArcGIS Developer Help

ISimpleStatistics.StandardDeviation Property

The standard deviation.

[Visual Basic .NET]
Public ReadOnly Property StandardDeviation As Double
[C#]
public double StandardDeviation {get;}
[C++]
HRESULT get_StandardDeviation(
  System.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