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

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

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

Метод Описание
ToAngle ( this value ) : string

Convert to string formatted as an angle.

ToDistance ( this value ) : string

Convert to string formatted as a distance.

ToForce ( this value, bool showNotation = true ) : string

Convert to string formatted as a force.

ToMass ( this value, bool showNotation = true ) : string

Convert to a string formatted as a mass.

ToRate ( this value ) : string

Convert to string formatted as a rate.

ToSpeed ( this value, bool showNotation = true ) : string

Convert to string formatted as a speed.

ToTime ( this value ) : string

Convert to string formatted as a time.

Описание методов

ToAngle() публичный статический Метод

Convert to string formatted as an angle.
public static ToAngle ( this value ) : string
value this
Результат string

ToDistance() публичный статический Метод

Convert to string formatted as a distance.
public static ToDistance ( this value ) : string
value this
Результат string

ToForce() публичный статический Метод

Convert to string formatted as a force.
public static ToForce ( this value, bool showNotation = true ) : string
value this
showNotation bool
Результат string

ToMass() публичный статический Метод

Convert to a string formatted as a mass.
public static ToMass ( this value, bool showNotation = true ) : string
value this
showNotation bool
Результат string

ToRate() публичный статический Метод

Convert to string formatted as a rate.
public static ToRate ( this value ) : string
value this
Результат string

ToSpeed() публичный статический Метод

Convert to string formatted as a speed.
public static ToSpeed ( this value, bool showNotation = true ) : string
value this
showNotation bool
Результат string

ToTime() публичный статический Метод

Convert to string formatted as a time.
public static ToTime ( this value ) : string
value this
Результат string