This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the mathematical operations.
Name | Description | |
---|---|---|
Abs | Calculates the absolute value of cells in a raster. | |
Divide | Divides the values of two inputs. | |
Exp | Calculates the base e exponential of cells in a raster. | |
Exp10 | Calculates the base 10 exponential of cells in a raster. | |
Exp2 | Calculates the base 2 exponential of cells in a raster. | |
Float | Converts a raster into floating point representation. | |
Int | Converts a raster to integer by truncation. | |
Ln | Calculates the natural logarithm (base e) of cells in a raster. | |
Log10 | Calculates the base 10 logarithm of cells in a raster. | |
Log2 | Calculates the base 2 logarithm of cells in a raster. | |
Minus | Subtracts the values of two inputs. | |
Mod | Finds the remainder of the first input when divided by the second. | |
Negate | Changes the sign of the input raster (multiplies by -1). | |
Plus | Adds the values of two inputs. | |
Power | Raises the cells in a raster to the Nth power. | |
PowerByCellValue | Raises the cells in a raster to the power of values found in another raster. | |
RoundDown | Returns the next lower whole number for each cell in a raster. | |
RoundUp | Returns the next higher whole number for each cell in a raster. | |
Square | Calculates the square of cells in a raster. | |
SquareRoot | Calculates the square root of cells in a raster. | |
Times | Multiplies the values of two inputs. |
Classes | Description |
---|---|
RasterMathOps | A mechanism for performing mathematical operations on rasters. |