[][src]Type Definition battery::units::power::Power

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

Power (base unit watt, m² · kg · s⁻³).

Generic Parameters

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