메소드 | 설명 | |
---|---|---|
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.
|
public static ToForce ( this value, bool showNotation = true ) : string | ||
value | this | |
showNotation | bool | |
리턴 | string |
public static ToMass ( this value, bool showNotation = true ) : string | ||
value | this | |
showNotation | bool | |
리턴 | string |
public static ToSpeed ( this value, bool showNotation = true ) : string | ||
value | this | |
showNotation | bool | |
리턴 | string |