Converts any numbers from one unit to another
double | convert (double number, units from_unit, units to_unit)
|
int | recogniseUnit (const char* unit, float &hitrate)
|
int | recognisePower (char* &unit)
|
double | convert (double number, char* from_unitstr, char* to_unitstr)
|
Angle Units, including imperial and SI units
double | angle (double number, units from_unit, units to_unit)
|
Measurement units, including imperial and SI units
double | area (double number, units from_unit, units to_unit)
|
Density units, including imperial and SI units
double | density (double number, units from_unit, units to_unit)
|
Distance units, including imperial and SI units
double | distance (double number, units from_unit, units to_unit)
|
Measurement units, including imperial and SI units
double | flow (double number, units from_unit, units to_unit)
|
Force units, including imperial and SI units
double | force (double number, units from_unit, units to_unit)
|
Measurement units, including imperial and SI units
double | light (double number, units from_unit, units to_unit)
|
Measurement units, including imperial and SI units
double | power (double number, units from_unit, units to_unit)
|
Measurement units, including imperial and SI units
double | pressure (double number, units from_unit, units to_unit)
|
Temperature units in imperial and SI units
double | temperature (double number, units from_unit, units to_unit)
|
Volume units, including imperial and SI units
double | volume (double number, units from_unit, units to_unit)
|
A list of the most common conversion factors from the Imperial the MKS system of measurements