Numeric Operations
Includes functions for numeric operations.
Abs Function
Returns the absolute value of a number.
GetCenter Function
Returns the center of a given rectangle as a POINT.
Max Function
Returns the larger of two numbers.
Min Function
Returns the smaller of two numbers.
SetPrecision Function
Sets a tolerance such that if two numbers differ by less than the precision (exclusive), they will be considered equal.
Sqrt Function
Returns the square root of a number.
Parent topic:
Functions