Math Less Than or Equal To
Ce contenu n’est pas encore disponible dans votre langue.
Check if the first number is less than or equal to the second.
This node checks if the first input number is less than or equal to the second input number.
Example:
Section titled “Example:”- Input:
10, 10
Results in the comparison 10 <= 10.
- Output:
true
Inputs
Section titled “Inputs”| Port | Description |
|---|---|
| The first number. | |
| The second number. |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
| The result of the comparison. |
ID: core/math-lesser-equal@v1