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

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

Frequency (base unit hertz, s⁻¹).

Generic Parameters

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