Searched refs:inRangeValue (Results 1 – 1 of 1) sorted by relevance
87 const Decimal inRangeValue = max(m_minimum, min(value, m_maximum)); in clampValue() local89 return inRangeValue; in clampValue()91 const Decimal roundedValue = roundByStep(inRangeValue, m_minimum); in clampValue()