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

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Vector4 構造体 > 乗算 オペレータ : 乗算(Vector4,Vector4) オペレータ
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 Vector4, _
   ByVal right As Vector4 _
) As Vector4
public Vector4 operator *( 
   Vector4 left,
   Vector4 right
)

パラメータ

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

戻り値の型

The multiplication of the two vectors.
参照

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