Click or drag to resize
QualitativeSequenceLastIndexOfNonGap Method (Int64)
Returns the index of last non-gap symbol before 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 up to which the non-Gap symbol is searched for.

Return Value

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

Implements

ISequenceLastIndexOfNonGap(Int64)
See Also