ComponentOne FinancialChart for WPF
Multiply(Matrix,Matrix) Method



C1.WPF Namespace > Extensions Class > Multiply Method : Multiply(Matrix,Matrix) Method
The first matrix to multiply.
The matrix to multiply the left by (the right matrix in the multiplication).
Multiplies the left matrix by the right matrix.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function Multiply( _
   ByVal left As Matrix, _
   ByVal right As Matrix _
) As Matrix
'Usage
 
Dim left As Matrix
Dim right As Matrix
Dim value As Matrix
 
value = Extensions.Multiply(left, right)
[Extension()]
public static Matrix Multiply( 
   Matrix left,
   Matrix right
)
[Extension()]
public:
static Matrix Multiply( 
   Matrix left,
   Matrix right
) 

Parameters

left
The first matrix to multiply.
right
The matrix to multiply the left by (the right matrix in the multiplication).

Return Value

The product of multiplying the two matrices.
See Also

Reference

Extensions Class
Extensions Members
Overload List