negativeInfinity property

FpvType get negativeInfinity

Creates a new FloatingPointValue representing FloatingPointConstants.negativeInfinity.

Implementation

FpvType get negativeInfinity =>
    ofConstant(FloatingPointConstants.negativeInfinity);