Метод | Описание | |
---|---|---|
ToMetricTone ( this html, double amountInQuintal ) : double | ||
ToQuintal ( this html, double amountInMT ) : double | ||
Translate ( this html, double amount, string unit = "MT" ) : double |
public static ToMetricTone ( this html, double amountInQuintal ) : double | ||
html | this | |
amountInQuintal | double | |
Результат | double |
public static ToQuintal ( this html, double amountInMT ) : double | ||
html | this | |
amountInMT | double | |
Результат | double |
public static Translate ( this html, double amount, string unit = "MT" ) : double | ||
html | this | |
amount | double | |
unit | string | |
Результат | double |