Return the intersection of two locations.
Namespace:
BioSharp.Core.Bio.SymbolAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
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 intersection of locA and locBRemarks
The intersection will be a location instance that contains every index contained by both locA and locB.