[−][src]Type Definition heim_common::units::thermodynamic_temperature::ThermodynamicTemperature
type ThermodynamicTemperature<U, V> = Quantity<dyn Dimension<L = Z0, J = Z0, N = Z0, T = Z0, I = Z0, Kind = dyn TemperatureKind + 'static, Th = PInt<UInt<UTerm, B1>>, M = Z0> + 'static, U, V>;
Thermodynamic temperature (base unit kelvin, K).
Generic Parameters
U
: Base units.V
: Underlying storage type.