ceil method

MLOperand ceil(
  1. MLOperand x
)

Implementation

MLOperand ceil(MLOperand x) => js_util.callMethod(this, 'ceil', [x]);