The union will be a location instance that contains every index contained by either locA or locB.

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

Syntax

C#
public static ILocation Union(
	ILocation locA,
	ILocation locB
)

Parameters

locA
Type: BioSharp.Core.Bio.Symbol..::.ILocation
the first location
locB
Type: BioSharp.Core.Bio.Symbol..::.ILocation
the second Location

Return Value

a location that is the union of locA and locB

See Also