[][src]Type Definition battery::units::electric_current::ElectricCurrent

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

Electric current (base unit ampere, A).

Generic Parameters

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