Black Ops III

Ceil

Returns the ceiling of floating point value <a>. This effectively rounds up Ceil(2.7) == 3, Ceil(3.9) == 4.

Example:

rounded_down = Floor( val )

Parameters

ParameterSummary
*aA float or integer value.

* = mandatory