Help

Table Of Contents
FILEMAKER PRO HELP 869
Factorial(10;3) returns 720, which = 10 * 9 * 8.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Floor
Purpose
Returns number rounded down to the next lower integer.
Format
Floor(number)
Parameters
number - any numeric expression or field containing a numeric expression
Data type returned
number
Originated in
FileMaker Pro 7.0
Examples
Floor(1.25) returns 1.
Floor(-1.25) returns -2.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Int
Purpose
Drops digits to the right of the decimal point and returns the integer part of number without rounding.