Double.IsInfinity Method
Silverlight
Returns a value indicating whether the specified number evaluates to negative or positive infinity
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- d
- Type: System.Double
A double-precision floating-point number.
Return Value
Type: System.Booleantrue if d evaluates to PositiveInfinity or NegativeInfinity; otherwise, false.
Floating-point operations return PositiveInfinity or NegativeInfinity to signal an overflow condition.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.