A newer version of Max is available. Click here to access the latest version of the Max documentation

minimum Reference

Output the Smallest Value.

minimum

Arguments

Optional

Value to be Compared

Inlets

input [list]

Compares Left and Right Inlets
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

Value to be Compared

See Also

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