cond
Conditional operator
cond(in1, in2, in3): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | Condition to test | |
| in2 | number | Value if true | |
| in3 | number | Value if false |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | Conditional output |
Aliases
?