ceil(Decimal)
Rounds the given Decimal
up to the nearest Int
.
Examples:
ceil(1.2)
= 2
ceil(11.2)
= -1
Argument type | Result |
---|---|
|
|
|
|
Other Value |
|
Rounds the given Decimal
up to the nearest Int
.
Examples:
ceil(1.2)
= 2
ceil(11.2)
= -1
Argument type | Result |
---|---|
|
|
|
|
Other Value |
|