C# Class Engineer.Extensions.DoubleExtensions

Mostrar archivo Open project: CYBUTEK/Engineer

Public Methods

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

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

ToDistance() public static method

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

ToForce() public static method

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

ToMass() public static method

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

ToRate() public static method

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

ToSpeed() public static method

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

ToTime() public static method

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