FlexReport for WinForms
Multiply(Matrix) メソッド


C1.Document アセンブリ > C1.Interop 名前空間 > Matrix 構造体 > Multiply メソッド : Multiply(Matrix) メソッド
The matrix to multiply the current by (the right matrix in the multiplication).
Multiplies the current matrix by another matrix passed as parameter.
シンタックス
'宣言
 
Public Overloads Function Multiply( _
   ByVal right As Matrix _
) As Matrix
'使用法
 
Dim instance As Matrix
Dim right As Matrix
Dim value As Matrix
 
value = instance.Multiply(right)
public Matrix Multiply( 
   Matrix right
)

パラメータ

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

戻り値の型

The product of multiplying the two matrices.
参照

参照

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