Description
Returns true if the value A is greater than or equal to B
Information
| Plugin | RigVM |
| Category | Math |
| Tags | GreaterEqual,Greater Equal,Larger,Bigger,>= |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| A | The first value to compare | float double int32 |
0.000000 |
| B | The second value to compare | float double int32 |
0.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | True if the value A is greater than or equal to B | bool |