BiOperator

This is the base class for operators actions. Extend this class to create your own operators.@remark This class is used inside BiAction Statements.

This class extends BiReference and therefore all methods and fields available for BiReference are also available for BiOperator .

Constructor

new BiOperator ( )

Parameters

No parameters.

Properties

NameTypegetsetDescripton
operatorFunctionFunctioncheckedcheckedThis is the function used by the operator on each pair of arguments. The function should take two arguments and return the result of arg[0] operator arg[1].

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.