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

Parameters

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

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

Return Value

a location representing the union

Implements

ILocation..::.Union(ILocation)

See Also