CalendarView for WinForms
減算演算子 オペレータ (Vector<T>)

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

パラメータ

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

戻り値の型

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

Vector<T> クラス
Vector<T> メンバ