CalendarView for WinForms
加算演算子 オペレータ (Vector)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Vector クラス : 加算演算子 オペレータ
A Vector indicates the left operand.
A Vector indicates the right operand.
Defines the + operator for vector.
シンタックス
'宣言
 
Public Operator +( _
   ByVal left As Vector, _
   ByVal right As Vector _
) As Vector
public Vector operator +( 
   Vector left,
   Vector right
)

パラメータ

left
A Vector indicates the left operand.
right
A Vector indicates the right operand.

戻り値の型

A Vector that is the add result of the left and right operands.
解説
(n1, n2, n3) + (m1, m2, m3) = (n1 + m1, n2 + m2, n3 + m3)
参照

Vector クラス
Vector メンバ