TsgFloatList.AppendArray

TsgFloatList

  Classes Reference > List Classes > TsgFloatList > Methods >

TsgFloatList.AppendArray

TsgFloatList

Previous pageReturn to chapter overviewNext page

Appends an array of floating point numbers to this list.

Syntax

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

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

Description

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

Go to CAD VCL Enterprise