maxOf
Resolve the highest contribution without dropping below fallback.
Numeric resolverpure function
contributions
[0.20, 0.75, 0.40]maxOf(values, 0.1)
0.75Resolve the highest contribution without dropping below fallback.
[0.20, 0.75, 0.40]0.75