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


IMathSupportOp Interface (ArcObjects .NET 10.5 SDK)
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