Searched refs:roundedValue (Results 1 – 2 of 2) sorted by relevance
91 const Decimal roundedValue = roundByStep(inRangeValue, m_minimum); in clampValue() local92 const Decimal clampedValue = roundedValue > m_maximum ? roundedValue - m_step : roundedValue; in clampValue()
124 var roundedValue = Math.round(value / precision) * precision;126 return roundedValue.toFixed(