This page was last edited on March 10, 2014, at 17:02.
Comments or questions about this documentation? Contact us for support!
The eServices Field Codes include the following mathematical functions:
Description
Returns the absolute value of a number.
Syntax
Abs (Number
)
Remarks
The absolute value of a number is the number without regard to its sign.
Description
Returns the ceiling of a number.
Syntax
Ceil (Number
)
Remarks
The ceiling of a number is the smallest integer that is greater than or equal to that number.
Description
Returns the floor of a number.
Syntax
Floor (Number
)
Remarks
The floor of a number is the largest integer that is less than or equal to that number.