RNBO Objects & Operators minimum
Open Help

minimum

Output the Smallest Value.

Arguments

right [number]

Optional

Value to be Compared

Inlets

input [list]

Compares Left and Right Inlets

right [number]

Value to be Compared

Outlets

out [number]

Minimum Value

index [number]

Index of the Minimum Value

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

input [list]

Compares Left and Right Inlets

right [number]

Value to be Compared

See Also

Name Description
minimum~ Output the Smallest Value
maximum Output the Highest Value.
maximum~ Output the Highest Value.