Operation Class Properties

In this section we discuss the operation class properties. The properties are described in alphabetical order.

Description

Use this property to specify the RuleExpression object that is the first operand to be used in the operation.

This property is read/write.

Description

Use this property to specify the RuleExpression object that is the second operand to be used in the operation.

This property is read/write.

Description

This property returns the type of the operation used to instantiate the operation object.

The values for this property are:

Value

Description

Operation_Type_Plus

The operation is addition.

Operation_Type_Minus

The operation is subtraction.

Operation_Type_Mult

The operation is multiplication.

Operation_Type_Div

The operation is division.

Operation_Type_And

Use a logical AND for the operation.

Operation_Type_OR

Use a logical OR for the operation.

Operation_Type_Not

Use a logical NOT for the operation.

Operation_Type_Neg

Use a mathmatical negate for the operation.

Operation_Type_Exp

Use a mathmatical exponent for the operation.