AbstractLocationSpanOverLaps(ILocationSpan, Double) Method
Decides whether a location span overlaps the current locationSpan. If overlap is less than
minOverlap, false is returned.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public bool OverLaps(
ILocationSpan other,
double minOverlap
)
- other ILocationSpan
- Location span to check
- minOverlap Double
- Positive or zero number specifying the minimum overlap required
Boolean[Missing <returns> documentation for "M:DHI.Mike1D.Generic.AbstractLocationSpan.OverLaps(DHI.Mike1D.Generic.ILocationSpan,System.Double)"]