Frequency.negativeInfinite constructor

const Frequency.negativeInfinite([
  1. FrequencyInterpreter interpreter = siUnit
])

Infinite negative frequency.

Implementation

const Frequency.negativeInfinite([FrequencyInterpreter interpreter = siUnit])
    : super.negativeInfinite(interpreter);