C# 클래스 Engineer.EngineerTools

파일 보기 프로젝트 열기: CYBUTEK/Engineer 1 사용 예제들

공개 메소드들

메소드 설명
ForceFormatter ( double force ) : string
SimpleFormatter ( double number1, double number2, string postfix = "", int decimals, bool alwaysShowDecimals = false ) : string
SimpleFormatter ( double number, string postfix = "", int decimals = -1, bool alwaysShowDecimals = false ) : string
WeightFormatter ( double weight ) : string
WeightFormatter ( double weight1, double weight2 ) : string

메소드 상세

ForceFormatter() 공개 정적인 메소드

public static ForceFormatter ( double force ) : string
force double
리턴 string

SimpleFormatter() 공개 정적인 메소드

public static SimpleFormatter ( double number1, double number2, string postfix = "", int decimals, bool alwaysShowDecimals = false ) : string
number1 double
number2 double
postfix string
decimals int
alwaysShowDecimals bool
리턴 string

SimpleFormatter() 공개 정적인 메소드

public static SimpleFormatter ( double number, string postfix = "", int decimals = -1, bool alwaysShowDecimals = false ) : string
number double
postfix string
decimals int
alwaysShowDecimals bool
리턴 string

WeightFormatter() 공개 정적인 메소드

public static WeightFormatter ( double weight ) : string
weight double
리턴 string

WeightFormatter() 공개 정적인 메소드

public static WeightFormatter ( double weight1, double weight2 ) : string
weight1 double
weight2 double
리턴 string