Exemplo n.º 1
0
        private double Convert(double value, LengthUnits from)
        {
            LengthUnit unit = Unit as LengthUnit;

            return(unit.Convert(value, from, SelectedUnit));
        }