Method | Description | |
---|---|---|
Clamp ( this value, double lower, double higher ) : double | ||
ToAcceleration ( this value ) : string | ||
ToAngle ( this value ) : string | ||
ToDistance ( this value ) : string | ||
ToFlux ( this value ) : string | ||
ToForce ( this value ) : string | ||
ToMach ( this value ) : string | ||
ToMass ( this value ) : string | ||
ToPercent ( this value ) : string | ||
ToPressure ( this value ) : string | ||
ToRate ( this value ) : string | ||
ToSpeed ( this value ) : string | ||
ToTemperature ( this value ) : string | ||
ToTorque ( this value ) : string |
public static Clamp ( this value, double lower, double higher ) : double | ||
value | this | |
lower | double | |
higher | double | |
return | double |
public static ToAcceleration ( this value ) : string | ||
value | this | |
return | string |
public static ToAngle ( this value ) : string | ||
value | this | |
return | string |
public static ToDistance ( this value ) : string | ||
value | this | |
return | string |
public static ToForce ( this value ) : string | ||
value | this | |
return | string |
public static ToPercent ( this value ) : string | ||
value | this | |
return | string |
public static ToPressure ( this value ) : string | ||
value | this | |
return | string |
public static ToSpeed ( this value ) : string | ||
value | this | |
return | string |
public static ToTemperature ( this value ) : string | ||
value | this | |
return | string |
public static ToTorque ( this value ) : string | ||
value | this | |
return | string |