MQL4 Reference Math Functions MathCeil
MathCeilThe function returns integer numeric value closest from above.
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(). |