Click or drag to resize

FloatComplexVectorToImagDataTable(String) Method

Creates a data table with the specified name containing the imaginary parts in this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataTable ToImagDataTable(
	string name
)

Parameters

name  String
A table name.

Return Value

DataTable
A new data table.
Remarks
The column names are "column1", "column2", and so on. Values are copied.
See Also