Multiplies two matrix objects.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Matrix operator *(
Matrix matrix1,
Matrix matrix2
)
Public Shared Operator * (
matrix1 As Matrix,
matrix2 As Matrix
) As Matrix
public:
static Matrix^ operator *(
Matrix^ matrix1,
Matrix^ matrix2
)
static let inline (*)
matrix1 : Matrix *
matrix2 : Matrix : Matrix
Parameters
- matrix1
- Type: Extreme.MathematicsMatrix
The first Matrix. - matrix2
- Type: Extreme.MathematicsMatrix
The second Matrix.
Return Value
Type:
MatrixA
Matrix that is the product
of
matrix1 and
matrix2.
Numerical Libraries
Supported in: 5.x, 4.x
Reference