QUE CORPORATION - Using Filemaker pro X
| < Day Day Up > |
Floor()
Category: Number Syntax: Floor ( number ) Parameters: number ”any expression that resolves to a numeric value. Description: Returns number rounded down to the next lower integer. Examples:
Floor (1.0005 )
Returns 1 .
Floor ( -1.0005 )
Returns “2 . Comments: For positive numbers , Floor() and Int() return the same results; however, for negative numbers, Int() returns the next larger integer, whereas Floor() returns the next smaller integer. |
| < Day Day Up > |