Mono Class Library: System.Double Overview | Members

System.Double.NegativeInfinity Field

Represents a negative infinity of type double . [Edit]

Value: -Infinity

public const double NegativeInfinity

Remarks

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

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

[Edit]

Requirements

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