System.Types.TDoubleDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDoubleDynArray = array of Double;

Properties

Type Visibility Source Unit Parent
array public System.Types.pas System.Types System.Types

Description

TDoubleDynArray defines an array of Double elements.

The TDoubleDynArray defines a dynamic array of Double elements.

Use SetLength to allocate storage for such an array.

See Also