Geotools.Net

PrecisionModel._maximumPreciseValue Field

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
[C#]
protected double _maximumPreciseValue;

Remarks

The maximum precise value is the Math.Floor( Double.MaxValue ). See .NET Framework documentation on System.Double.

See Also

PrecisionModel Class | PrecisionModel Members | Geotools.Geometries Namespace