Click or drag to resize
SparseSequenceIndexOfNonGap Method (Int64)
Returns the position of the first item from startPos that does not have a Gap character.

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 above which to search for non-Gap character.

Return Value

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

Implements

ISequenceIndexOfNonGap(Int64)
See Also