split
Split a range of numbers across two outputs
Description
split will isolate a range of numbers between its two outputs. If input values are within the specified range, they will be sent to the left outlet. If they are outside of the specified range, they will be sent to the right outlet
Arguments
min [number]
The lower bound of the range
max [number]
The upper bound of the range
Inlets
input [number]
The input to be split
min [number]
The lower bound of the range
max [number]
The upper bound of the range
Outlets
out1 [number]
Outputs values from the input that are within the specified range
out2 [number]
Outputs values from the input that are outside the specified range
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
input [number]
The input to be split
max [number]
The upper bound of the range
min [number]
The lower bound of the range
See Also
| Name | Description |
|---|---|
| route | Select outlet based on input matching. |
| select | Output bangs based on input matching |