automation/arith/Arith.Arith. Operator

Operator is an Utility class used by Arith to encapsulate the properties and methods related
to the members of the operations.

Constructor

new Operator()

Members

fromList :number

Take values from list. This member stores the list length.

Type:
  • number

limInf :number

Lower limit

Type:
  • number

limSup :number

Upper limit

Type:
  • number

lst :Array.<number>

The list of possible values

Type:
  • Array.<number>

numDec :number

Number of decimal places

Type:
  • number

wMinusOne :boolean

Including -1

Type:
  • boolean

wOne :boolean

Including 1

Type:
  • boolean

wZero :boolean

Including 0

Type:
  • boolean