Click or drag to resize
QualitativeSequenceIndexOfNonGap Method (Int64)
Returns the position of the first symbol beyond startPos that does not have a Gap symbol.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public long IndexOfNonGap(
	long startPos
)

Parameters

startPos
Type: SystemInt64
Index value beyond which the non-gap symbol is searched for.

Return Value

Type: Int64
If found returns a zero based index of the first non-gap symbol, otherwise returns -1.

Implements

ISequenceIndexOfNonGap(Int64)
See Also