The maximum precise value representable in double. Since IEEE 754 allows a double-precision 64-bit number is 1.79769313486232e308.
[Visual Basic]
Protected _maximumPreciseValue As Double
The maximum precise value is the Math.Floor( Double.MaxValue ). See .NET Framework documentation on System.Double.
PrecisionModel Class | PrecisionModel Members | Geotools.Geometries Namespace