DioDocs for PDF
乗算(Matrix3x2,Matrix3x2) オペレータ

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Matrix3x2 構造体 > 乗算 オペレータ : 乗算(Matrix3x2,Matrix3x2) オペレータ
The first matrix.
The second matrix.
Calculates a matrix product for the given matrices.
シンタックス
'宣言
 
Overloads Public Operator *( _
   ByRef left As Matrix3x2, _
   ByRef right As Matrix3x2 _
) As Matrix3x2
public Matrix3x2 operator *( 
   ref Matrix3x2 left,
   ref Matrix3x2 right
)

パラメータ

left
The first matrix.
right
The second matrix.

戻り値の型

The result of the matrix multiplication.
参照

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