9 private readonly
int exponent;
Represents an atomic unit.
A unit factor, used to form compound units.
UnitFactor(AtomicUnit Unit)
A unit factor, used to form compound units.
int Exponent
Exponent of the unit factor.
UnitFactor(string Unit)
A unit factor, used to form compound units.
UnitFactor(string Unit, int Exponent)
A unit factor, used to form compound units.
AtomicUnit Unit
Unit factor, without its exponent.
UnitFactor(AtomicUnit Unit, int Exponent)
A unit factor, used to form compound units.