cond
Conditional operator
cond(in1, in2, in3): out1
Arguments:
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
?