Bitmap for UWP
加算演算子(Vector2,Vector2) オペレータ

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector2 構造体 > 加算演算子 オペレータ : 加算演算子(Vector2,Vector2) オペレータ
The first vector to add.
The second vector to add.
Adds two vectors.
シンタックス
'宣言
 
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 add.
right
The second vector to add.

戻り値の型

The sum of the two vectors.
参照

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