Method Intersection
Intersection(Feature, Feature)
Computes the intersection of self
and features
(that is, the set of features present in both self
and features
).
Declaration
public static Feature Intersection(this Feature self, Feature features)
Parameters
Type | Name | Description |
---|---|---|
Feature | self | The Feature being extended. |
Feature | features | Features to intersect with |
Returns
Type | Description |
---|---|
Feature | The intersection of |