'宣言 Public Overloads Shared Function SetDifference( _ ByVal x1 As Vector, _ ByVal x2 As ComplexVector _ ) As ComplexVector
public static ComplexVector SetDifference( Vector x1, ComplexVector x2 )
例外 | 解説 |
---|---|
System.ArithmeticException | x1 と x2 が同じ方向を持たない場合に発生します。 |