Click or drag to resize
SparseSequenceLastIndexOfNonGap Method (Int64)
Gets the index of last non gap character within the specified end position.

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

Parameters

endPos
Type: SystemInt64
Index value below which to search for non-Gap character.

Return Value

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

Implements

ISequenceLastIndexOfNonGap(Int64)
See Also