MolarEntropy.inUnits constructor
MolarEntropy.inUnits(
- dynamic value,
- MolarEntropyUnits? units, [
- 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);