C# Class KerbalEngineer.Extensions.DoubleExtensions

Mostra file Open project: CYBUTEK/KerbalEngineer

Public Methods

Method Description
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

Method Details

Clamp() public static method

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

ToAcceleration() public static method

public static ToAcceleration ( this value ) : string
value this
return string

ToAngle() public static method

public static ToAngle ( this value ) : string
value this
return string

ToDistance() public static method

public static ToDistance ( this value ) : string
value this
return string

ToFlux() public static method

public static ToFlux ( this value ) : string
value this
return string

ToForce() public static method

public static ToForce ( this value ) : string
value this
return string

ToMach() public static method

public static ToMach ( this value ) : string
value this
return string

ToMass() public static method

public static ToMass ( this value ) : string
value this
return string

ToPercent() public static method

public static ToPercent ( this value ) : string
value this
return string

ToPressure() public static method

public static ToPressure ( this value ) : string
value this
return string

ToRate() public static method

public static ToRate ( this value ) : string
value this
return string

ToSpeed() public static method

public static ToSpeed ( this value ) : string
value this
return string

ToTemperature() public static method

public static ToTemperature ( this value ) : string
value this
return string

ToTorque() public static method

public static ToTorque ( this value ) : string
value this
return string