Maptitude GISDK Help |
Here is a summary of the math GISDK functions:
GISDK Function |
Summary |
Computes the absolute value of a number |
|
Computes the arc cosine of a value |
|
Computes the hyperbolic arc cosine of a value |
|
Determines the largest value in an array of numbers |
|
Determines the smallest value in an array of numbers |
|
Computes the arc sine of a number |
|
Computes the hyperbolic arc sine of a value |
|
Computes the arc tangent of a number |
|
Computes the angle between the x-axis and the coordinates x_num, y_num |
|
Computes the hyperbolic arc tangent of a number |
|
Computes the average value of the elements of an array |
|
Returns the next larger integer after a value |
|
Computes the cosine of an angle expressed in radians |
|
Computes the hyperbolic cosine of an angle expressed in radians |
|
Returns the value of the constant e raised to a power |
|
Returns the factorial of an integer value |
|
Returns the next smaller integer before a value |
|
Computes the internal rate of return for a series of cash flows |
|
Returns the kurtosis of an array of numbers |
|
Returns the natural logarithm of a number |
|
Returns the common logarithm of a number |
|
Returns the larger of two values |
|
Computes the mean (average) of the elements of an array |
|
Computes the median of the elements of an array |
|
Returns the smaller of two values |
|
Returns the remainder (modulus) when one number is divided by another |
|
Converts a null numeric value to zero |
|
Returns the value at which a given percentile is reached |
|
Computes the value of a number raised to a power |
|
Generates a random number between 0.0 and 1.0 |
|
Return an array of random samples of the given type of random distribution and parameters defined in the options array |
|
Converts a real number to an integer |
|
Returns a value rounded to a specified number of decimal places |
|
Seeds the RandomNumber() function |
|
Computes the sign of a number |
|
Computes the sine of an angle expressed in radians |
|
Computes the hyperbolic sine of an angle |
|
Returns the skew of values in an array |
|
Returns the square root of a number |
|
Computes the standard deviation of an array of numbers |
|
Converts a string to an integer value |
|
Converts a string to a real number |
|
Computes the sum of an array of numbers |
|
Computes the tangent of an angle expressed in radians |
|
Computes the hyperbolic tangent of an angle |
|
Converts a string to a real number |
|
Returns the variance of an array of numbers |
|
Converts a zero numeric value to null |
Here is a summary of GISDK functions that do bitwise operations on integers:
GISDK Function |
Summary |
Computes the bitwise AND of two integers |
|
Computes the bitwise NOT of an integer |
|
Computes the bitwise OR of two integers |
|
Computes the bitwise exclusive OR of an integer |
|
Does a left arithmetic shift of the bits in an integer |
|
Does a right arithmetic shift of the bits in an integer |
©2025 Caliper Corporation | www.caliper.com |