Constructs a FloatComplexMatrix instance with the specifed number of rows and
columns.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplexMatrix( int rows, int cols ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ rows As Integer, _ cols As Integer _ ) |
| Visual C++ |
|---|
public: FloatComplexMatrix( int rows, int cols ) |
Parameters
- rows
- Type: System..::.Int32
The number of rows.
- cols
- Type: System..::.Int32
The number of columns.