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