ArcObjects Library Reference (DataSourcesRaster)  

IMosaicOperator2.Operate Method

Operates on two floating-point values and returns a new one.

[Visual Basic .NET]
Public Sub Operate ( _
    ByVal x As Integer, _
    ByVal y As Integer, _
    ByVal v1 As Double, _
    ByRef v2 As Double _
)
[C#]
public void Operate (
    int x,
    int y,
    double v1,
    ref double v2
);
[C++]
HRESULT Operate(
  long x,
  long y,
  double v1,
  double* v2
);
[C++]

Parameters

x [in]   x is a parameter of type long y [in]   y is a parameter of type long v1 [in]   v1 is a parameter of type double v2 [in, out]   v2 is a parameter of type double

Product Availability

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

See Also

IMosaicOperator2 Interface