Closed mschmitz2 closed 2 years ago
Might be useful to some.
E.g. defined as
/// <summary> /// Ideal gas constant /// </summary> public static BaseUnit IdealGasConstant { get { UnitSystem unit = MolarEntropyUnit.JoulePerMoleKelvin.Unit; return new BaseUnit(8.31446261815324, unit); } }
I have added this in the new version
Great!
Might be useful to some.
E.g. defined as