C# Class KerbalEngineer.Extensions.DoubleExtensions

Afficher le fichier Open project: CYBUTEK/KerbalEngineer

Méthodes publiques

Méthode 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 méthode

public static Clamp ( this value, double lower, double higher ) : double
value this
lower double
higher double
Résultat double

ToAcceleration() public static méthode

public static ToAcceleration ( this value ) : string
value this
Résultat string

ToAngle() public static méthode

public static ToAngle ( this value ) : string
value this
Résultat string

ToDistance() public static méthode

public static ToDistance ( this value ) : string
value this
Résultat string

ToFlux() public static méthode

public static ToFlux ( this value ) : string
value this
Résultat string

ToForce() public static méthode

public static ToForce ( this value ) : string
value this
Résultat string

ToMach() public static méthode

public static ToMach ( this value ) : string
value this
Résultat string

ToMass() public static méthode

public static ToMass ( this value ) : string
value this
Résultat string

ToPercent() public static méthode

public static ToPercent ( this value ) : string
value this
Résultat string

ToPressure() public static méthode

public static ToPressure ( this value ) : string
value this
Résultat string

ToRate() public static méthode

public static ToRate ( this value ) : string
value this
Résultat string

ToSpeed() public static méthode

public static ToSpeed ( this value ) : string
value this
Résultat string

ToTemperature() public static méthode

public static ToTemperature ( this value ) : string
value this
Résultat string

ToTorque() public static méthode

public static ToTorque ( this value ) : string
value this
Résultat string