Min

Read with AI
All docs in one file (llms-full.txt)
min #Math #Node
Min

Outputs the smaller of A and B. Use it to put a ceiling on a value.

Math nodes take a float and return a float, and are used as relays that convert a knob’s value into another value. For the full picture, see Math.

Input ports

Port IDType
Afloat
Bfloat

Output ports

Port IDType
Resultfloat

Scriptable members

PathType
currentValueAfloat
currentValueBfloat

Synapse Apps (scripting)

await synapse.modules.create({ type: "min" })

Pages linking here

Also referenced from