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

ROUNDDOWN(<number>;<number>)

Description

Rounds a number down toward the nearest whole number. The count is the number of digits where to start the rounding.

Examples

Column1ROUNDDOWN() returns
5.35
7.93457
Column1CountROUNDDOWN(<Column1>;3)
7.98765432137.987
  • No labels