The MDCalculationFormulaBinaryOperation enumeration contains kinds of binary operation used in formula of multidimensional calculation as an operand.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | None. Operation is not set. |
| 3 | Minus. Operation -. |
| 4 | Plus. Operation +. |
| 6 | Div_. Operation /. |
| 7 | Mul. Operation *. |
| 8 | And_. Logical AND. |
| 9 | Or_. Logical OR. |
| 10 | Gt. Operation >. |
| 11 | Ls. Operation <. |
| 12 | Gq. Operation >=. |
| 13 | Lq. Operation =<. |
| 14 | NotEq. Operation <>. |
| 15 | Eq. Operation =. |
See also: