Matrix(Int32, Int32) Constructor |
Initializes a new instance of the Matrix class of the given size.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Matrix(
int rows,
int columns
)
Public Sub New (
rows As Integer,
columns As Integer
)
Request Example
View SourceParameters
- rows Int32
- Number of rows.
- columns Int32
- Number of columns.
See Also