Returns a Location that contains all points common to both ranges.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public ILocation Intersection(
	ILocation l
)

Parameters

l
Type: BioSharp.Core.Bio.Symbol..::.ILocation
the location to intersect with

Return Value

a location containing all points common to both, or the empty range if there are no such points

Implements

ILocation..::.Intersection(ILocation)

See Also