Click or drag to resize
ISequenceLastIndexOfNonGap Method (Int64)
Gets 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
long LastIndexOfNonGap(
	long endPos
)

Parameters

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

Return Value

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