Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

FLOOR(<number>;<number>)

Description

Rounds a number down, toward 0 (zero). The second value is the significance.

Examples

Column1FLOOR() returns
123.45123
37.88837
-5.5-6


Add a significance value to round down from a specific decimal position. 

Column1FLOOR(<column1>;3)
123.456789123.456
  • No labels