Mono Class Library: System.Double Overview | Members

System.Double.IsPositiveInfinity Method

Determines whether the specified double represents a positive infinity value. [Edit]

public static bool IsPositiveInfinity (double d)

Parameters

d
The double to be checked. [Edit]

Returns

true if d represents a positive infinity value; otherwise false. [Edit]

Remarks

Note: Floating-point operations return positive infinity values to signal an overflow condition.
[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0