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


IStatsHistogram3.AccumulateCovariance Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram3 Interface > IStatsHistogram3.AccumulateCovariance Method
ArcGIS Developer Help

IStatsHistogram3.AccumulateCovariance Method

Accumulates covariance array, numValidPixel.

[Visual Basic .NET]
Public Sub AccumulateCovariance ( _
    ByVal iBand As Integer, _
    ByVal numValidPixel As Double, _
    ByVal xy As Double, _
    ByVal x As Double, _
    ByVal y As Double _
)
[C#]
public void AccumulateCovariance (
    int iBand,
    double numValidPixel,
    double xy,
    double x,
    double y
);
[C++]
HRESULT AccumulateCovariance(
  long iBand,
  double numValidPixel,
  double xy,
  double x,
  double y
);
[C++]
Parameters
iBand [in]

iBand is a parameter of type long numValidPixel [in]
numValidPixel is a parameter of type double xy [in]
xy is a parameter of type double x [in]
x is a parameter of type double y [in]
y is a parameter of type double

Product Availability

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

See Also

IStatsHistogram3 Interface