| DoubleComplexMatrixToImagDataTable Method |
Creates a data table containing the imaginary parts in this matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DataTable ToImagDataTable()
Public Function ToImagDataTable As DataTable
public:
DataTable^ ToImagDataTable()
member ToImagDataTable : unit -> DataTable
Return Value
DataTableA 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