Method | Description | |
---|---|---|
Concat ( int value1, int value2 ) : string | ||
ConcatF ( double value1, double value2, double value3, int decimals = 1 ) : string | ||
ConcatF ( double value1, double value2, int decimals = 1 ) : string | ||
ConcatN ( double value1, double value2, double value3, int decimals = 1 ) : string | ||
ConcatN ( double value1, double value2, int decimals = 1 ) : string | ||
Cost ( double value1, double value2, int decimals = 1 ) : string | ||
Cost ( double value, int decimals = 1 ) : string | ||
ToAcceleration ( double value1, double value2, int decimals = 2 ) : string | ||
ToAcceleration ( double value, int decimals = 2 ) : string | ||
ToAngle ( double value, int decimals = 5 ) : string | ||
ToAngleDMS ( double value ) : string | ||
ToDistance ( double value, int decimals = 1 ) : string | ||
ToFlux ( double value ) : string | ||
ToForce ( double value ) : string | ||
ToForce ( double value1, double value2 ) : string | ||
ToMach ( double value ) : string | ||
ToMass ( double value1, double value2, int decimals ) : string | ||
ToMass ( double value, int decimals ) : string | ||
ToPercent ( double value, int decimals = 2 ) : string | ||
ToPressure ( double value ) : string | ||
ToRate ( double value, int decimals = 1 ) : string | ||
ToSpeed ( double value, int decimals = 2 ) : string | ||
ToTemperature ( double value ) : string | ||
ToTemperature ( double value1, double value2 ) : string | ||
ToTime ( double value ) : string | ||
ToTorque ( double value ) : string |
public static Concat ( int value1, int value2 ) : string | ||
value1 | int | |
value2 | int | |
return | string |
public static ConcatF ( double value1, double value2, double value3, int decimals = 1 ) : string | ||
value1 | double | |
value2 | double | |
value3 | double | |
decimals | int | |
return | string |
public static ConcatF ( double value1, double value2, int decimals = 1 ) : string | ||
value1 | double | |
value2 | double | |
decimals | int | |
return | string |
public static ConcatN ( double value1, double value2, double value3, int decimals = 1 ) : string | ||
value1 | double | |
value2 | double | |
value3 | double | |
decimals | int | |
return | string |
public static ConcatN ( double value1, double value2, int decimals = 1 ) : string | ||
value1 | double | |
value2 | double | |
decimals | int | |
return | string |
public static Cost ( double value1, double value2, int decimals = 1 ) : string | ||
value1 | double | |
value2 | double | |
decimals | int | |
return | string |
public static Cost ( double value, int decimals = 1 ) : string | ||
value | double | |
decimals | int | |
return | string |
public static ToAcceleration ( double value1, double value2, int decimals = 2 ) : string | ||
value1 | double | |
value2 | double | |
decimals | int | |
return | string |
public static ToAcceleration ( double value, int decimals = 2 ) : string | ||
value | double | |
decimals | int | |
return | string |
public static ToAngle ( double value, int decimals = 5 ) : string | ||
value | double | |
decimals | int | |
return | string |
public static ToAngleDMS ( double value ) : string | ||
value | double | |
return | string |
public static ToDistance ( double value, int decimals = 1 ) : string | ||
value | double | |
decimals | int | |
return | string |
public static ToFlux ( double value ) : string | ||
value | double | |
return | string |
public static ToForce ( double value ) : string | ||
value | double | |
return | string |
public static ToForce ( double value1, double value2 ) : string | ||
value1 | double | |
value2 | double | |
return | string |
public static ToMach ( double value ) : string | ||
value | double | |
return | string |
public static ToMass ( double value1, double value2, int decimals ) : string | ||
value1 | double | |
value2 | double | |
decimals | int | |
return | string |
public static ToMass ( double value, int decimals ) : string | ||
value | double | |
decimals | int | |
return | string |
public static ToPercent ( double value, int decimals = 2 ) : string | ||
value | double | |
decimals | int | |
return | string |
public static ToPressure ( double value ) : string | ||
value | double | |
return | string |
public static ToRate ( double value, int decimals = 1 ) : string | ||
value | double | |
decimals | int | |
return | string |
public static ToSpeed ( double value, int decimals = 2 ) : string | ||
value | double | |
decimals | int | |
return | string |
public static ToTemperature ( double value ) : string | ||
value | double | |
return | string |
public static ToTemperature ( double value1, double value2 ) : string | ||
value1 | double | |
value2 | double | |
return | string |
public static ToTime ( double value ) : string | ||
value | double | |
return | string |
public static ToTorque ( double value ) : string | ||
value | double | |
return | string |