C# 클래스 Engineer.Tools

파일 보기 프로젝트 열기: CYBUTEK/Engineer

공개 메소드들

메소드 설명
FormatNumber ( double number, int decimals = -1 ) : string
FormatNumber ( double number, string postfix, int decimals = -1 ) : string
FormatSI ( double number, SIUnitType type ) : string
FormatTime ( double seconds ) : string
GetSlopeAngleAndHeading ( Vessel vessel, string &result ) : void

비공개 메소드들

메소드 설명
ToDistance ( double value, bool showNotation = true ) : string

메소드 상세

FormatNumber() 공개 정적인 메소드

public static FormatNumber ( double number, int decimals = -1 ) : string
number double
decimals int
리턴 string

FormatNumber() 공개 정적인 메소드

public static FormatNumber ( double number, string postfix, int decimals = -1 ) : string
number double
postfix string
decimals int
리턴 string

FormatSI() 공개 정적인 메소드

public static FormatSI ( double number, SIUnitType type ) : string
number double
type SIUnitType
리턴 string

FormatTime() 공개 정적인 메소드

public static FormatTime ( double seconds ) : string
seconds double
리턴 string

GetSlopeAngleAndHeading() 공개 정적인 메소드

public static GetSlopeAngleAndHeading ( Vessel vessel, string &result ) : void
vessel Vessel
result string
리턴 void