Interface | Description |
---|---|
IMathOperator |
Interface specifying methods of logical operator implementations.
|
Class | Description |
---|---|
AbstractMathOperator |
Base implementation.
|
DIVIDED |
Performs left / right
|
MINUS |
Performs left minus right
|
MODULO |
Performs left minus right
|
MULTIPLIED |
Performs left * right
|
PLUS |
Performs left + right
|
POWER |
Performs left minus right
|