System.Double.MaxValue Field

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

Value: 1.79769313486232E+308

Syntax

public const double MaxValue

Remarks

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

The result of an operation that exceeds double.MaxValue is double.PositiveInfinity. In the following example, double.PositiveInfinity results from addition, multiplication, and exponentiation operations when the result exceeds double.MaxValue.

code reference: System.Double.MaxValue#1

Requirements

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