Returns true if the specified position is within the start and end positions of the location.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool IsInRange(
int position
)
Public Function IsInRange (
position As Integer
) As Boolean
public:
virtual bool IsInRange(
int position
) sealed
abstract IsInRange :
position : int -> bool
override IsInRange :
position : int -> bool
Parameters
- position
- Type: SystemInt32
Position to be verified.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Bio.IO.GenBank.Location.IsInRange(System.Int32)"]
Implements
ILocationIsInRange(Int32)See Also