Description
Computes the ceiling value of the specified value. The ceiling is the smallest integer that is greater than or equal to the specified value.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Overload List
Signatures
|
Return Value
|
Description
|
ceiling(Array A)
|
Array
|
Computes the ceiling value of the specified value. The ceiling is the smallest integer that is greater than or equal to the specified value.
|
ceiling(Matrix M)
|
Matrix
|
Computes the ceiling value of the specified value. The ceiling is the smallest integer that is greater than or equal to the specified value.
|
ceiling(Variable x)
|
Variable
|
Computes the ceiling value of the specified value. The ceiling is the smallest integer that is greater than or equal to the specified value.
|
See also
Functions
|