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