Elex.Functions.Clamp (Elex v0.3.0)

View Source

Clamps a value to the inclusive range between min and max.

Expression syntax

clamp(5, 0, 10)