Int
Mon 01 January 2018Syntax
Int(decimal)
Description
Use the Int function to truncate a decimal number x to an integer and returns the result as a Number value.
Note: PeopleSoft only supports 32 bit integers. The largest integer value we support is 4294967295.
Parameters
Field or Control |
Definition |
---|---|
decimal |
A decimal number to be truncated. |
Returns
Returns a Number equal to decimal truncated to a whole integer.