This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
Returns true if the value A is less than B
Information
| Plugin | RigVM |
| Category | Math |
| Tags | Less,Smaller,< |
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 less than B | bool |