System.Double.MinValue Field

Represents the smallest possible value of a double. This field is constant.

Value: -1.79769313486232E+308

Syntax

public const double MinValue

Remarks

The value of this constant is negative 1.7976931348623157E+308.

The result of an operation that is less than double.MinValue is double.NegativeInfinity. In the following example, double.NegativeInfinity results from subtraction and multiplication operations when the result is less than double.MinValue.

code reference: System.Double.MinValue#1

Requirements

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