[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.Matrix.Multiply

Multiply Method

Multiply(Matrix)

Determines the product of two matrices.

Declaration
public Matrix Multiply(Matrix rightMatrix)
Public Function Multiply(rightMatrix As Matrix) As Matrix
Parameters
Type Name Description
Matrix rightMatrix

The second matrix to multiply.

Returns
Type Description
Matrix

The product of the two matrices.

Multiply(Matrix3x2)

Determines the product of the current Matrix to Matrix3x2.

Declaration
public Matrix3x2 Multiply(Matrix3x2 rightMatrix)
Public Function Multiply(rightMatrix As Matrix3x2) As Matrix3x2
Parameters
Type Name Description
Matrix3x2 rightMatrix

The second matrix to multiply.

Returns
Type Description
Matrix3x2

The product of the two matrices in a shape of Matrix3x2.