gte
Summary
Functional equivalent of a >= b.
Tip
This is an operator function.
Examples
Keep numbers greater than or equal to 3:
1 2 | |
Parameters
| Name | Type | Description |
|---|---|---|
| a | number |
|
| b | number |
Return
boolean
Summary
Functional equivalent of a >= b.
Tip
This is an operator function.
Keep numbers greater than or equal to 3:
1 2 | |
| Name | Type | Description |
|---|---|---|
| a | number |
|
| b | number |
boolean