ILocationSpanOverLaps(ILocationSpan, Double) Method

Decides whether a location span overlaps the current locationSpan. If overlap is less than minOverlap, false is returned.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
bool OverLaps(
	ILocationSpan other,
	double minOverlap
)

Parameters

other  ILocationSpan

[Missing <param name="other"/> documentation for "M:DHI.Mike1D.Generic.ILocationSpan.OverLaps(DHI.Mike1D.Generic.ILocationSpan,System.Double)"]

minOverlap  Double
Positive or zero number specifying the minimum overlap required

Return Value

Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.ILocationSpan.OverLaps(DHI.Mike1D.Generic.ILocationSpan,System.Double)"]

See Also