TsgSingleList.AppendArray

TsgSingleList

  Classes Reference > List Classes > TsgSingleList > Methods >

TsgSingleList.AppendArray

TsgSingleList

Previous pageReturn to chapter overviewNext page

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

Syntax

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

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

Description

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

Go to CAD VCL Enterprise