系统函数 mathLib.ceiling 返回不小于指定数字的最小整数。
myItem = 4.5; result = mathLib.ceiling(myItem); // result = 5
相关参考 EGL 库 MathLib