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

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

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

Generic Parameters

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