|  | ||
| 
 | 
 MATRIX(); MATRIX(MATRIX m); 
 MATRIX m; // A matrix object 
 
 | 
 | ||
| Synopsis | using SilverSharp; 
 The MATRIX constructors create a SilverSharp.MATRIX object. The first form creates an identity matrix and the second form is a copy-constructor that creates a copy of the supplied matrix. 
 | 
 | ||
| Parameters | m is a SilverSharp.MATRIX object that is to be copied by the constructor. 
 | 
 | ||
| Return Value | none 
 | 
 | ||
| See Also | 
 | 
 | ||
| Example | The following code shows how to construct a SilverSharp.MATRIX object: 
 
 
 | 
 |