Mono Class Library: System.Double Overview | Members

System.Double.PositiveInfinity Field

Represents a positive infinity of type double . [Edit]

Value: Infinity

public const double PositiveInfinity

Remarks

The value of this constant is obtained by dividing a positive double by zero.

Note: To test whether a double value is a positive infinity value, use the double.IsPositiveInfinity(double) method.

[Edit]

Requirements

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