[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix-1.op_Multiply

operator * Operator

operator *(Matrix<T>, Matrix<T>)

Defines the * operator for Matrix class.

Declaration
public static Matrix<T> operator *(Matrix<T> left, Matrix<T> right)
Parameters
Type Name Description
Matrix<T> left

A Matrix indicates the left operand.

Matrix<T> right

A Matrix indicates the right operand.

Returns
Type Description
Matrix<T>

A Matrix indicates the multiplication operation result of two operands.