User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_singlearray

TGIS_SingleArray type

DK for Delphi | GisTypes.TGIS_SingleArray | Constants | Enums | Classes | Delegates | Records | Types

Array of Single.

Available also on: ActiveX | Python.

Syntax

// Delphi
type
  TGIS_SingleArray = array of Single;
// C++ Builder
public:
  DynamicArray<float> TGIS_SingleArray;
2025/01/31 01:09

Page Tools