ILocationIsInStart Method |
Returns true if the specified position is within the start positions of the location.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax bool IsInStart(
int position
)
Function IsInStart (
position As Integer
) As Boolean
bool IsInStart(
int position
)
abstract IsInStart :
position : int -> bool
Parameters
- position
- Type: SystemInt32
Position to be verified.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Bio.IO.GenBank.ILocation.IsInStart(System.Int32)"]
See Also