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

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Vector2 構造体 > 乗算 オペレータ : 乗算(Vector2,Vector2) オペレータ
The first vector to multiply.
The second vector to multiply.
Modulates a vector with another by performing component-wise multiplication.
シンタックス
'宣言
 
Overloads Public Operator *( _
   ByVal left As Vector2, _
   ByVal right As Vector2 _
) As Vector2
public Vector2 operator *( 
   Vector2 left,
   Vector2 right
)

パラメータ

left
The first vector to multiply.
right
The second vector to multiply.

戻り値の型

The multiplication of the two vectors.
参照

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