Matrix(Int32, Int32) Constructor |
Construct an m-by-n matrix of zeros.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix(
int m,
int n
)
Parameters
- m Int32
- Number of rows.
- n Int32
- Number of colums.
See Also