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


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

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,
  System.Double* numValidPixel,
  System.Double* covarXY,
  System.Double* meanX,
  System.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