FlexReport for WinForms
Multiply(Matrix,Matrix) メソッド


C1.Document アセンブリ > C1.Interop 名前空間 > Matrix 構造体 > Multiply メソッド : Multiply(Matrix,Matrix) メソッド
The matrix to multiply the current by (the right matrix in the multiplication).
The product of multiplying the two matrices.
Multiplies the current matrix by another matrix passed as parameter, returns the resulting matrix in the output parameter.
シンタックス
'宣言
 
Public Overloads Sub Multiply( _
   ByRef right As Matrix, _
   ByRef result As Matrix _
) 
'使用法
 
Dim instance As Matrix
Dim right As Matrix
Dim result As Matrix
 
instance.Multiply(right, result)
public void Multiply( 
   ref Matrix right,
   out Matrix result
)

パラメータ

right
The matrix to multiply the current by (the right matrix in the multiplication).
result
The product of multiplying the two matrices.
参照

参照

Matrix 構造体
Matrix メンバ
オーバーロード一覧