| DoubleComplexMatrix(Int32, Int32) Constructor |
Constructs a DoubleComplexMatrix instance with the specifed number of rows and
columns.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleComplexMatrix(
int rows,
int cols
)
Public Sub New (
rows As Integer,
cols As Integer
)
public:
DoubleComplexMatrix(
int rows,
int cols
)
new :
rows : int *
cols : int -> DoubleComplexMatrix
Parameters
- rows Int32
- The number of rows.
- cols Int32
- The number of columns.
See Also