DerivedMeasurement<A extends Measurement<A>, B extends Measurement<B>>.negativeInfinite constructor

const DerivedMeasurement<A extends Measurement<A>, B extends Measurement<B>>.negativeInfinite([
  1. DerivedMeasurementInterpreter<A, B>? interpreter
])

The derived measurement of negative infinite magnitude.

Implementation

const DerivedMeasurement.negativeInfinite(
    [final DerivedMeasurementInterpreter<A, B>? interpreter])
    : _reciprocal = false,
      super.negativeInfinite(interpreter);