ArcObjects Library Reference (GeoAnalyst)  

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

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.

CoClasses that implement IMathSupportOp

CoClasses and Classes Description
RasterMathSupportOp Raster mathematic support operation class.

Remarks

  • Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations.