User Tools

Site Tools


api:dk11:delphi:gistypes.gis_half_max_double

Table of Contents

GIS_HALF_MAX_DOUBLE constant

DK11 for Delphi | GisTypes.GIS_HALF_MAX_DOUBLE | Constants | Enums | Classes | Prototypes | Records | Types

A half of the maximum value for a double.

Syntax

// 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 */;

Type

Value
GIS_MAX_DOUBLE/2
2022/04/13 01:19

Page Tools