[][src]Type Definition battery::units::electric_potential::ElectricPotential

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

Electric potential (base unit volt, m² · kg · s⁻³ · A⁻¹).

Generic Parameters

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