C# 클래스 Engineer.Extensions.DoubleExtensions

파일 보기 프로젝트 열기: CYBUTEK/Engineer

공개 메소드들

메소드 설명
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