floor

Syntax: floor(real1)

Argument:

  • real1 is of type real.

Return Type: Integer

Description: This function converts a real number to the closest smaller or equal integer.

Example:

if floor(initialNumber) > AcctUDVtransactionCount
then

In this example, if initialNumber=89.75, the resulting integer is 89.

  • www.fico.com