バージョン

SetIntersection(Vector,Vector) メソッド

x1x2 の両方に共通する要素と共に Vector を返します。結果は並び替えられ、一意です。
シンタックス
'宣言
 
Public Overloads Shared Function SetIntersection( _
   ByVal x1 As Vector, _
   ByVal x2 As Vector _
) As Vector
public static Vector SetIntersection( 
   Vector x1,
   Vector x2
)

パラメータ

x1
最初のベクトル。
x2
2番目のベクトル。

戻り値の型

x1 と x2 に共通の要素。
例外
例外解説
System.ArithmeticException x1 と x2 が同じ方向を持たない場合に発生します。
参照