[][src]Type Definition heim_common::units::thermodynamic_temperature::ThermodynamicTemperature

type ThermodynamicTemperature<U, V> = Quantity<dyn Dimension<Th = PInt<UInt<UTerm, B1>>, T = Z0, N = Z0, L = Z0, M = Z0, Kind = dyn TemperatureKind + 'static, I = Z0, J = Z0> + 'static, U, V>;

Thermodynamic temperature (base unit kelvin, K).

Generic Parameters

  • U: Base units.
  • V: Underlying storage type.