18 public string Name =>
"Current";
31 private static readonly
Unit reference =
new Unit(referenceUnit);
55 public bool ToReferenceUnit(ref
double Magnitude, ref
double NrDecimals,
string BaseUnit,
int Exponent)
57 return BaseUnit ==
"A";
68 public bool FromReferenceUnit(ref
double Magnitude, ref
double NrDecimals,
string BaseUnit,
int Exponent)
70 return BaseUnit ==
"A";
Represents an atomic unit.
An electric current is a flow of electric charge.
string[] BaseUnits
Base Units supported.
AtomicUnit ReferenceUnit
Reference unit of category.
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.
Current()
An electric current is a flow of electric charge.
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.
Unit Reference
Reference unit for category.
string Name
Name of base quantity.
Interface for physical base quantities