[][src]Type Definition battery::units::energy::Energy

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

Energy (base unit joule, kg · m² · s⁻²).

Generic Parameters

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