Ceil
Ceil( value )
Ceil( value )
Ceil( value )
Ceil( value )
ceil( value )
Ceil( value )
Description
The Ceil
function returns a value that is greater than or equal
to the value
argument and is equal to the nearest mathematical
integer.
Returns
A Number which is the ceiling of value
.
Examples
The following query executes an array of independent Ceil
operations and returns each answer in the result array. The result array
position matches the position in the execution array.
Arr(DoubleV(7), DoubleV(2), DoubleV(3))
[7 2 3]
[7.0, 2.0, 3.0]
[ 7, 2, 3 ]
[7.0, 2.0, 3.0]
[ 7, 2, 3 ]
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!