Click or drag to resize
SparseSequenceLastIndexOfNonGap Method
Gets the index of last non gap character.

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

Return Value

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

Implements

ISequenceLastIndexOfNonGap
See Also