ARNW extension

on
  • ArithmeticResultNodeWrapper

Methods

calculate(Map<String, dynamic> parameters) → ArithmeticType
equal(ArithmeticResultNodeWrapper other) → LogicalResultNodeWrapper
logarithm(ArithmeticResultNodeWrapper other) → ArithmeticResultNodeWrapper
power(ArithmeticResultNodeWrapper other) → ArithmeticResultNodeWrapper
serialise() Uint8List

Operators

operator %(ArithmeticResultNodeWrapper divisor) → ArithmeticResultNodeWrapper
operator *(ArithmeticResultNodeWrapper other) → ArithmeticResultNodeWrapper
operator +(ArithmeticResultNodeWrapper other) → ArithmeticResultNodeWrapper
operator -(ArithmeticResultNodeWrapper subtractor) → ArithmeticResultNodeWrapper
operator /(ArithmeticResultNodeWrapper divisor) → ArithmeticResultNodeWrapper
operator <(ArithmeticResultNodeWrapper other) → LogicalResultNodeWrapper
operator <=(ArithmeticResultNodeWrapper other) → LogicalResultNodeWrapper
operator >(ArithmeticResultNodeWrapper other) → LogicalResultNodeWrapper
operator >=(ArithmeticResultNodeWrapper other) → LogicalResultNodeWrapper