Returns a value indicating whether the specified number evaluates to negative or positive infinity.
f A single-precision floating-point number.
true if f evaluates to float.PositiveInfinity or float.NegativeInfinity; otherwise, false.
Floating-point operations return float.PositiveInfinity or float.NegativeInfinity to signal an overflow condition.