This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram3 Interface > IStatsHistogram3.AccumulateCovariance Method (ArcObjects .NET 10.4 SDK) |
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