LocationSpanIntersection Method (ILocationSpan, Double) |
Returns the intersection of this and other.
There must be a strict overlap, i.e., the intersection must be larger than
minOverlap. Set to zero if very small overlaps is allowed.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public ILocationSpan Intersection(
ILocationSpan other,
double minOverlap
)
Public Function Intersection (
other As ILocationSpan,
minOverlap As Double
) As ILocationSpan
public:
virtual ILocationSpan^ Intersection(
ILocationSpan^ other,
double minOverlap
) sealed
Parameters
- other
- Type: DHI.Mike1D.GenericILocationSpan
[Missing <param name="other"/> documentation for "M:DHI.Mike1D.Generic.LocationSpan.Intersection(DHI.Mike1D.Generic.ILocationSpan,System.Double)"]
- minOverlap
- Type: SystemDouble
positive or zero number specifying how big an overlap that is required.
Return Value
Type:
ILocationSpanThe intersected span, or null if they are not overlapping
Implements
ILocationSpanIntersection(ILocationSpan, Double)See Also