32 bool ToReferenceUnit(ref
double Magnitude, ref
double NrDecimals,
string BaseUnit,
int Exponent);
42 bool FromReferenceUnit(ref
double Magnitude, ref
double NrDecimals,
string BaseUnit,
int Exponent);
Represents an atomic unit.
Interface for physical base quantities
bool ToReferenceUnit(ref double Magnitude, ref double NrDecimals, string BaseUnit, int Exponent)
Tries to convert a magnitude from a specified base unit, to the reference unit.
bool FromReferenceUnit(ref double Magnitude, ref double NrDecimals, string BaseUnit, int Exponent)
Tries to convert a magnitude to a specified base unit, from the reference unit.
string[] BaseUnits
Base Units supported.
AtomicUnit ReferenceUnit
Reference unit of category.
Interface for a category of units.