neg method

MLOperand neg(
  1. MLOperand x
)

Implementation

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