Метод | Описание | |
---|---|---|
Acceleration ( double acceleration ) : string | ||
Degrees ( double angle ) : string | ||
Density ( double density ) : string | ||
Distance ( double distance ) : string | ||
Force ( double force ) : string | ||
Heat ( double heatingRate ) : string | ||
Mass ( double mass ) : string | ||
Pressure ( double pressure ) : string | ||
Speed ( double speed, bool useKmPerHr ) : string |
public static Acceleration ( double acceleration ) : string | ||
acceleration | double | |
Результат | string |
public static Degrees ( double angle ) : string | ||
angle | double | |
Результат | string |
public static Density ( double density ) : string | ||
density | double | |
Результат | string |
public static Distance ( double distance ) : string | ||
distance | double | |
Результат | string |
public static Force ( double force ) : string | ||
force | double | |
Результат | string |
public static Heat ( double heatingRate ) : string | ||
heatingRate | double | |
Результат | string |
public static Mass ( double mass ) : string | ||
mass | double | |
Результат | string |
public static Pressure ( double pressure ) : string | ||
pressure | double | |
Результат | string |
public static Speed ( double speed, bool useKmPerHr ) : string | ||
speed | double | |
useKmPerHr | bool | |
Результат | string |