|  | DoubleVectorToDataTable Method | 
            Creates a data table of one column that contains the values in this vector.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DataTable ToDataTable()
Public Function ToDataTable As DataTable
public:
DataTable^ ToDataTable()
member ToDataTable : unit -> DataTable 
Return Value
DataTableA new data table.
 Remarks
Remarks
            The table is named using the default table name ("Table"). The column
            name is "column1". Values are copied.
            
 See Also
See Also