Entropy.inUnits constructor
Entropy.inUnits(
- dynamic value,
- EntropyUnits? units, [
- double uncert = 0.0
Constructs a Entropy based on the value
and the conversion factor intrinsic to the passed units
.
Implementation
Entropy.inUnits(dynamic value, EntropyUnits? units, [double uncert = 0.0])
: super(value, units ?? Entropy.joulesPerKelvin, uncert);