MMatrix(Boolean, Boolean, Int32, Int32) Constructor
Initializes a new instance of the
MMatrix class
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public MMatrix(
bool negative,
bool inverse,
int rows,
int cols
)
Public Sub New (
negative As Boolean,
inverse As Boolean,
rows As Integer,
cols As Integer
)
public:
MMatrix(
bool negative,
bool inverse,
int rows,
int cols
)
new :
negative : bool *
inverse : bool *
rows : int *
cols : int -> MMatrix
Parameters
- negative Boolean
-
- inverse Boolean
-
- rows Int32
-
- cols Int32
-