C# 클래스 KerbalEngineer.Extensions.DoubleExtensions

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

공개 메소드들

메소드 설명
Clamp ( this value, double lower, double higher ) : double
ToAcceleration ( this value ) : string
ToAngle ( this value ) : string
ToDistance ( this value ) : string
ToFlux ( this value ) : string
ToForce ( this value ) : string
ToMach ( this value ) : string
ToMass ( this value ) : string
ToPercent ( this value ) : string
ToPressure ( this value ) : string
ToRate ( this value ) : string
ToSpeed ( this value ) : string
ToTemperature ( this value ) : string
ToTorque ( this value ) : string

메소드 상세

Clamp() 공개 정적인 메소드

public static Clamp ( this value, double lower, double higher ) : double
value this
lower double
higher double
리턴 double

ToAcceleration() 공개 정적인 메소드

public static ToAcceleration ( this value ) : string
value this
리턴 string

ToAngle() 공개 정적인 메소드

public static ToAngle ( this value ) : string
value this
리턴 string

ToDistance() 공개 정적인 메소드

public static ToDistance ( this value ) : string
value this
리턴 string

ToFlux() 공개 정적인 메소드

public static ToFlux ( this value ) : string
value this
리턴 string

ToForce() 공개 정적인 메소드

public static ToForce ( this value ) : string
value this
리턴 string

ToMach() 공개 정적인 메소드

public static ToMach ( this value ) : string
value this
리턴 string

ToMass() 공개 정적인 메소드

public static ToMass ( this value ) : string
value this
리턴 string

ToPercent() 공개 정적인 메소드

public static ToPercent ( this value ) : string
value this
리턴 string

ToPressure() 공개 정적인 메소드

public static ToPressure ( this value ) : string
value this
리턴 string

ToRate() 공개 정적인 메소드

public static ToRate ( this value ) : string
value this
리턴 string

ToSpeed() 공개 정적인 메소드

public static ToSpeed ( this value ) : string
value this
리턴 string

ToTemperature() 공개 정적인 메소드

public static ToTemperature ( this value ) : string
value this
리턴 string

ToTorque() 공개 정적인 메소드

public static ToTorque ( this value ) : string
value this
리턴 string