| Package | system.logic |
| Class | public class ElseIfGreaterOrEqualsThan |
| Inheritance | ElseIfGreaterOrEqualsThan ElseIf Object |
See also
| Method | Defined By | ||
|---|---|---|---|
ElseIfGreaterOrEqualsThan(value1:*, value2:*, then:Action = null)
Creates a new ElseIfGreaterOrEqualsThan instance. | ElseIfGreaterOrEqualsThan | ||
![]() | eval():Boolean
Evaluates a specific condition. | ElseIf | |
| ElseIfGreaterOrEqualsThan | () | Constructor |
public function ElseIfGreaterOrEqualsThan(value1:*, value2:*, then:Action = null)Creates a new ElseIfGreaterOrEqualsThan 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.
|