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