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