This document is archived and information here might be outdated.  Recommended version.


IMathSupportOp Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IM > IMathSupportOp Interface
ArcGIS Developer Help

IMathSupportOp Interface

Provides access to members that control the mathematical operations for support other products.

Product Availability

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

Members

Name Description
Method Divide Divides the values of two inputs.
Method Float Converts a raster into floating point representation.
Method Int Converts a raster to integer by truncation.
Method Minus Subtracts the values of two inputs.
Method Plus Adds the values of two inputs.
Method Times Multiplies the values of two inputs.

Classes that implement IMathSupportOp

Classes Description
RasterMathSupportOp Raster mathematic support operation class.

Remarks