MolarEntropy constructor

MolarEntropy({
  1. dynamic joulesPerMoleKelvin,
  2. double uncert = 0.0,
})

Constructs a MolarEntropy with joules per mole kelvin. Optionally specify a relative standard uncertainty.

Implementation

MolarEntropy({dynamic joulesPerMoleKelvin, double uncert = 0.0})
    : super(joulesPerMoleKelvin ?? 0.0, MolarEntropy.joulesPerMoleKelvin, uncert);