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 loc
)

Parameters

loc
Type: BioSharp.Core.Bio.Symbol..::.ILocation

[Missing <param name="loc"/> documentation for "M:BioSharp.Core.Bio.Symbol.AbstractLocation.Intersection(BioSharp.Core.Bio.Symbol.ILocation)"]

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