Click or drag to resize

DoubleVectorToDataTable Method

Creates a data table of one column that contains the values in this vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataTable ToDataTable()

Return Value

DataTable
A new data table.
Remarks
The table is named using the default table name ("Table"). The column name is "column1". Values are copied.
See Also