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