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