Creates a data table with the specified name containing the
imaginary parts in this matrix.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DataTable ToImagDataTable( string name ) |
| Visual Basic (Declaration) |
|---|
Public Function ToImagDataTable ( _ name As String _ ) As DataTable |
| Visual C++ |
|---|
public: DataTable^ ToImagDataTable( String^ name ) |
Parameters
- name
- Type: System..::.String
A table name.
Return Value
A new data table.
Remarks
The column names are "column1", "column2", and so on. Values are
copied.