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

type ElectricPotential<U, V> = Quantity<dyn Dimension<L = PInt<UInt<UInt<UTerm, B1>, B0>>, I = NInt<UInt<UTerm, B1>>, 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>;

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

Generic Parameters

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