Esempio n. 1
0
 public FuncValue neq(NumValue other) {
   return new FuncValue(m_params, m_function.neq(other));
 }