Type property: Operation class
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 mathematical negate for the operation. |
|
Operation_Type_Exp |
Use a mathematical exponent for the operation. |