iadd
Returns the result of the C-like 32-bit addition of the two parameters.
iadd(in1, in2): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | Set the left inlet value to add | |
in2 | number | Set the value in the right inlet to add |
Returns
Name | Type | Description |
---|---|---|
out1 | number | The summed output from the two inlets |