MMatrixMultiply(MItem, MMatrix) Operator
Computes the multiplication of two objects:
MItem and
MMatrix.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public static MItem operator *(
MItem c1,
MMatrix c22
)
Public Shared Operator * (
c1 As MItem,
c22 As MMatrix
) As MItem
public:
static MItem^ operator *(
MItem^ c1,
MMatrix^ c22
)
static let inline (*)
c1 : MItem *
c22 : MMatrix : MItem
- c1 MItem
- First MItem object to perform operator to.
- c22 MMatrix
- Second MMatrix object to perform operator to.
MItemResult of the operation.