negativeInfinity property
Creates a new FloatingPointValue representing FloatingPointConstants.negativeInfinity.
Implementation
FpvType get negativeInfinity =>
ofConstant(FloatingPointConstants.negativeInfinity);
Creates a new FloatingPointValue representing FloatingPointConstants.negativeInfinity.
FpvType get negativeInfinity =>
ofConstant(FloatingPointConstants.negativeInfinity);