Interface BinaryOperation

Export

BinaryOperation

Hierarchy

  • BinaryOperation

Properties

Properties

left?: null | string

The name of the data series used as the left (first) operand of the binary operation.

Memberof

BinaryOperation

operator: OperatorEnum

Memberof

BinaryOperation

right?: null | string

The name of the data series used as the right (second) operand of the binary operation.

Memberof

BinaryOperation

Generated using TypeDoc