MolarEntropy.inUnits constructor

MolarEntropy.inUnits(
  1. dynamic value,
  2. MolarEntropyUnits? units, [
  3. double uncert = 0.0
])

Constructs a MolarEntropy based on the value and the conversion factor intrinsic to the passed units.

Implementation

MolarEntropy.inUnits(dynamic value, MolarEntropyUnits? units,
    [double uncert = 0.0])
    : super(value, units ?? MolarEntropy.joulesPerMoleKelvin, uncert);