MathCeil
The function returns integer numeric value closest from above.
double MathCeil( |
Parameters
val
[in] Numeric value.
Return Value
Numeric value representing the smallest integer that exceeds or equals to val.
Note
instead of the MathCeil() function you can use ceil().
© 2000-2010, MetaQuotes Software Corp.