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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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