DataModelT.arrayCopyModelExt

Like gda.data_model.DataModel.arrayCopyModel, makes a copy of src, but copies only some columns.

template DataModelT()
override
arrayCopyModelExt
(
int[] cols
)

Parameters

cols int[]

array of src's columns to copy into the new array, not null

Return Value

Type: gda.data_model_array.DataModelArray

a new data model, or null if an error occurred

Throws