Click or drag to resize
SparseSequenceIndexOfNonGap Method
Gets the index of first non gap character.

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

Return Value

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

Implements

ISequenceIndexOfNonGap
See Also