TMatrixMultiply(TMatrix, TMatrix) Operator
Computes the multiplication of two
TMatrix objects.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public static TNumber operator *(
TMatrix c1,
TMatrix c2
)
Public Shared Operator * (
c1 As TMatrix,
c2 As TMatrix
) As TNumber
public:
static TNumber^ operator *(
TMatrix^ c1,
TMatrix^ c2
)
static let inline (*)
c1 : TMatrix *
c2 : TMatrix : TNumber
- c1 TMatrix
- First TMatrix object to perform operator to.
- c2 TMatrix
- Second TMatrix object to perform operator to.
TNumberResult of the operation.