Matrix(Int32, Int32) Constructor
This language is not supported or no code example is available.
public:
Matrix(
int m,
int n
)
This language is not supported or no code example is available.
public function Matrix(
m : int,
n : int
);
This language is not supported or no code example is available.
Parameters
-
m
-
int
# Rows
-
n
-
int
# Columns
In this article
Definition