C# Класс Cats.Helpers.UnitConversion

Показать файл Открыть проект

Открытые методы

Метод Описание
ToMetricTone ( this html, double amountInQuintal ) : double
ToQuintal ( this html, double amountInMT ) : double
Translate ( this html, double amount, string unit = "MT" ) : double

Описание методов

ToMetricTone() публичный статический Метод

public static ToMetricTone ( this html, double amountInQuintal ) : double
html this
amountInQuintal double
Результат double

ToQuintal() публичный статический Метод

public static ToQuintal ( this html, double amountInMT ) : double
html this
amountInMT double
Результат double

Translate() публичный статический Метод

public static Translate ( this html, double amount, string unit = "MT" ) : double
html this
amount double
unit string
Результат double