Creates a data table containing the real parts in this matrix.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DataTable ToRealDataTable()
Visual Basic (Declaration)
Public Function ToRealDataTable As DataTable
Visual C++
public:
DataTable^ ToRealDataTable()

Return Value

A new data table.

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