ceil

Get the smallest integer that is greater than or equal to the argument.

Parameters:

No. Type Comments
1 Any numeric type Value to get the ceil value

Returns:

double - Ceil value

Usages:

  • ceil( v : double ) : double