ISequenceIndexOfNonGap Method (Int64) |
Returns the position of the first item beyond startPos that does not
have a Gap symbol.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax long IndexOfNonGap(
long startPos
)
Function IndexOfNonGap (
startPos As Long
) As Long
long long IndexOfNonGap(
long long startPos
)
abstract IndexOfNonGap :
startPos : int64 -> int64
Parameters
- startPos
- Type: SystemInt64
Index value above which to search for non-Gap symbol.
Return Value
Type:
Int64If found returns an zero based index of the first non gap symbol, otherwise returns -1.
See Also