GHz property

Frequency get GHz

Creates a Frequency instance from this value in Gigahertz (GHz).

The SI symbol for gigahertz is 'GHz' (capital G = giga, capital H = Hertz).

Implementation

Frequency get GHz => Frequency(toDouble(), FrequencyUnit.gigahertz);