GEO_LIMITSConstant Class
Data ranges of numbers
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXGEO_LIMITSConstant

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static class GEO_LIMITSConstant

The GEO_LIMITSConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberiMAX
Largest Integer (2147483647)
Public fieldStatic memberiMIN
Smallest Integer (-2147483646)
Public fieldStatic memberrMAX
Largest Floating Point (1.0E32)
Public fieldStatic memberrMIN
Smallest Floating Point (-0.9E32)
Top
See Also