C# 클래스 Cats.Helpers.UnitConversion

파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
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