C# Class Engineer.Extensions.DoubleExtensions

Afficher le fichier Open project: CYBUTEK/Engineer

Méthodes publiques

Méthode Description
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.

Method Details

ToAngle() public static méthode

Convert to string formatted as an angle.
public static ToAngle ( this value ) : string
value this
Résultat string

ToDistance() public static méthode

Convert to string formatted as a distance.
public static ToDistance ( this value ) : string
value this
Résultat string

ToForce() public static méthode

Convert to string formatted as a force.
public static ToForce ( this value, bool showNotation = true ) : string
value this
showNotation bool
Résultat string

ToMass() public static méthode

Convert to a string formatted as a mass.
public static ToMass ( this value, bool showNotation = true ) : string
value this
showNotation bool
Résultat string

ToRate() public static méthode

Convert to string formatted as a rate.
public static ToRate ( this value ) : string
value this
Résultat string

ToSpeed() public static méthode

Convert to string formatted as a speed.
public static ToSpeed ( this value, bool showNotation = true ) : string
value this
showNotation bool
Résultat string

ToTime() public static méthode

Convert to string formatted as a time.
public static ToTime ( this value ) : string
value this
Résultat string