C# Класс KerbalEngineer.Extensions.DoubleExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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