split Reference

Split a range of numbers across two outputs

split

Examples

Arguments

min [number]

Optional

The lower bound of the range

max [number]

Optional

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