Returns true if the first value is lower than or equal to the second value, false otherwise.
Inputs
|
Name |
Type |
Description |
|
A |
Number |
First value. |
|
B |
Number |
Second value. |
Outputs
|
Name |
Type |
Description |
|
Variable |
Boolean |
The resulting variable. |