[]Type Definition heim::units::frequency::Frequency

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

Frequency (base unit hertz, s⁻¹).

Generic Parameters

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