DerivedSequenceIndexOfNonGap Method (Int64) |
Returns the position of the first symbol 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 public long IndexOfNonGap(
long startPos
)
Public Function IndexOfNonGap (
startPos As Long
) As Long
public:
virtual long long IndexOfNonGap(
long long startPos
) sealed
abstract IndexOfNonGap :
startPos : int64 -> int64
override IndexOfNonGap :
startPos : int64 -> int64
Parameters
- startPos
- Type: SystemInt64
Index value beyond which the non-gap symbol is searched for.
Return Value
Type:
Int64If found returns a zero based index of the first non-gap symbol, otherwise returns -1.
Implements
ISequenceIndexOfNonGap(Int64)See Also