ILocationResolverIsInRange Method |
Returns true if the specified position is with in the start and end positions.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax bool IsInRange(
ILocation location,
int position
)
Function IsInRange (
location As ILocation,
position As Integer
) As Boolean
bool IsInRange(
ILocation^ location,
int position
)
abstract IsInRange :
location : ILocation *
position : int -> bool
Parameters
- location
- Type: Bio.IO.GenBankILocation
Location instance. - position
- Type: SystemInt32
Position to be verified.
Return Value
Type:
BooleanReturns true if the specified position is with in the start and end positions else returns false.
See Also