positiveInfinity property

FpvType get positiveInfinity

Creates a new FloatingPointValue representing FloatingPointConstants.positiveInfinity.

Implementation

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