floor method

MLOperand floor(
  1. MLOperand x
)

Implementation

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