MachineConstants.MaxDouble Field

Represents the largest possible value of a double-precision floating-point number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public const double MaxDouble = 1.79769313486232E+308

Field Value

Double

Remarks

The value of this field is 1.79769313486232e+308.

See Also