Return a Location containing all points in either 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 Union(
	ILocation l
)

Parameters

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

Return Value

a location representing the union

Implements

ILocation..::.Union(ILocation)

See Also