オーバーロード | 解説 |
---|---|
SetIntersection(Vector,Vector) | x1 と x2 の両方に共通する要素と共に Vector を返します。結果は並び替えられ、一意です。 |
SetIntersection(Vector,ComplexVector) | x1 と x2 の両方に共通する要素と共に ComplexVector を返します。結果は並び替えられ、一意です。 |
SetIntersection(ComplexVector,Vector) | x1 と x2 の両方に共通する要素と共に ComplexVector を返します。結果は並び替えられ、一意です。 |
SetIntersection(ComplexVector,ComplexVector) | x1 と x2 の両方に共通する要素と共に ComplexVector を返します。結果は並び替えられ、一意です。 |