TsgDoubleList.AppendArray

TsgDoubleList

  Classes Reference > List Classes > TsgDoubleList > Methods >

TsgDoubleList.AppendArray

TsgDoubleList

Previous pageReturn to chapter overviewNext page

Appends an array of double-precision floating point numbers to this list.

Syntax

procedure AppendArray(const NewItems: array of Double); overload;

procedure AppendArray(const NewItems: array of Double; NewItemsAddCount: Integer); overload;

Description

Call AppendArray to append an array of double-precision floating point numbers to this list.

Go to CAD VCL Enterprise