| Package | system.logic |
| Class | public class ElseIfGreaterThan |
| Inheritance | ElseIfGreaterThan ElseIf Object |
See also
| Method | Defined By | ||
|---|---|---|---|
ElseIfGreaterThan(value1:*, value2:*, then:Action = null)
Creates a new ElseIfGreaterThan instance. | ElseIfGreaterThan | ||
![]() | eval():Boolean
Evaluates a specific condition. | ElseIf | |
| ElseIfGreaterThan | () | Constructor |
public function ElseIfGreaterThan(value1:*, value2:*, then:Action = null)Creates a new ElseIfGreaterThan instance.
Parametersvalue1:* — The first value to evaluate.
| |
value2:* — The second value to evaluate.
| |
then:Action (default = null) — The Action to execute if the condition is true.
|