ceil()

Scalar. Rounds a number up to the nearest whole number..

Syntax

ceil ( value )

Parameters

value

A float or money type.

Usage

The function returns the same datatype as the argument.

Example

ceil (100.20) returns 101.0.