Searched defs:clamp (Results 1 – 2 of 2) sorted by relevance
40 export function clamp(value: float64, min: float64, max: float64): float64 { function
41 function clamp(value, min, max) { function