Mono Class Library: System.Single Overview | Members

System.Single.NegativeInfinity Field

Represents a negative infinity of type float .

Value: -Infinity

public const float NegativeInfinity

Remarks

The value of this constant can be obtained by dividing a negative float by zero.

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

Requirements

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