DK11 for Delphi | GisTypes.GIS_HALF_MAX_DOUBLE | Constants | Enums | Classes | Prototypes | Records | Types
A half of the maximum value for a double.
// Delphi const GIS_HALF_MAX_DOUBLE = GIS_MAX_DOUBLE/2;
// C++ Builder // const syntax for C++Builder is not fully reliable extern DELPHI_PACKAGE int GIS_HALF_MAX_DOUBLE /* GIS_MAX_DOUBLE/2 */;
Value |
---|
GIS_MAX_DOUBLE/2 |