Searched refs:eFromUnit (Results 1 – 2 of 2) sorted by relevance
173 double UnitConverter::scaleValue( double fValue, Unit eFromUnit, Unit eToUnit ) const in scaleValue() argument175 …return (eFromUnit == eToUnit) ? fValue : (fValue * getCoefficient( eFromUnit ) / getCoefficient( e… in scaleValue()
80 double scaleValue( double fValue, Unit eFromUnit, Unit eToUnit ) const;
Completed in 16 milliseconds