Click or drag to resize
LocationResolverIsInRange Method
Returns true if the specified position is with in the start and end positions.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool IsInRange(
	ILocation location,
	int position
)

Parameters

location
Type: Bio.IO.GenBankILocation
Location instance.
position
Type: SystemInt32
Position to be verified.

Return Value

Type: Boolean
Returns true if the specified position is with in the start and end positions else returns false.

Implements

ILocationResolverIsInRange(ILocation, Int32)
See Also