issue-33026/feat: unit converter, improve data units
This commit is contained in:
Родитель
65ea22a463
Коммит
70652dc382
|
@ -99,7 +99,13 @@ namespace Community.PowerToys.Run.Plugin.UnitConverter
|
|||
// Convert toUnit to ITU equivalent if necessary
|
||||
toUnit = ConvertToITUUnit(toUnit);
|
||||
}
|
||||
|
||||
return return UnitsNet.UnitConverter.Convert(convertModel.Value, fromUnit, toUnit);
|
||||
}
|
||||
|
||||
return double.NaN;
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Given ConvertModel returns collection of possible results.
|
||||
|
|
Загрузка…
Ссылка в новой задаче