ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram4.AccumulateCovariance Method

Accumulates covariance array, numValidPixel.

ERROR: Syntax information about IStatsHistogram4.AccumulateCovariance may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[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

IStatsHistogram4 Interface