Property | Type | Description | |
---|---|---|---|
DefOpLevel |
Method | Description | |
---|---|---|
Compare ( |
Method to implement, which compares two scalars.
|
|
LogicOperator ( String op ) : System |
Creates a new logic operator (like ==, ~=, ...).
|
|
LogicOperator ( String op, |
Creates a new logic operator.
|
|
Perform ( |
Performs the logic operation with two values.
|
public abstract Compare ( |
||
left | The left one. | |
right | The right one. | |
return |
public LogicOperator ( String op ) : System | ||
op | String | The operator string. |
return | System |
public LogicOperator ( String op, |
||
op | String | The operator string. |
level | The operator level. | |
return | System |
public Perform ( |
||
left | The left value. | |
right | The right value. | |
return |