FLOOR()

From Recital Documentation Wiki
Revision as of 09:03, 2 June 2009 by Yvonnemilne (Talk | contribs)

Jump to: navigation, search

Class

Numeric Data


Purpose

Function to return the largest integer that is less than or equal to a given number


Syntax

FLOOR(<expN>)


See Also

CEILING(), ISDIGIT(), SIGN()


Description

The FLOOR() function is used to return the largest integer that is less than or equal to <expN>.


Example

? floor(354.89)
       354
? floor(354.19)
       354
? floor(-354.89)
      -355


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer