|  | DoubleComplexMatrixToRealDataTable Method | 
            Creates a data table containing the real parts in this matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DataTable ToRealDataTable()
Public Function ToRealDataTable As DataTable
public:
DataTable^ ToRealDataTable()
member ToRealDataTable : unit -> DataTable 
Return Value
DataTableA new data table.
 Remarks
Remarks
            The table is named using the default table name ("Table"). The column
            names are "column1", "column2", and so on. Values are copied.
            
 See Also
See Also