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.