Matrix(Int32, Int32) Constructor

public Matrix( 
int m
int n 
)
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