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


IStatsHistogram4.GetCovarAccu Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram4.GetCovarAccu Method

Get the accumulating or running variables used for covar computation. Continue to increment from here.

[Visual Basic .NET]
Public Sub GetCovarAccu ( _
    ByVal iBand As Integer, _
    ByRef numValidPixel As Double, _
    ByRef covarXY As Double, _
    ByRef meanX As Double, _
    ByRef meanY As Double _
)
[C#]
public void GetCovarAccu (
    int iBand,
    ref double numValidPixel,
    ref double covarXY,
    ref double meanX,
    ref double meanY
);
[C++]
HRESULT GetCovarAccu(
  long iBand,
  double* numValidPixel,
  double* covarXY,
  double* meanX,
  double* meanY
);
[C++]

Parameters iBand [in] iBand is a parameter of type long numValidPixel [out] numValidPixel is a parameter of type double covarXY [out] covarXY is a parameter of type double meanX [out] meanX is a parameter of type double meanY [out] meanY is a parameter of type double

Product Availability

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

See Also

IStatsHistogram4 Interface