ISequenceLastIndexOfNonGap Method |
Gets the index of last non gap symbol.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax Function LastIndexOfNonGap As Long
long long LastIndexOfNonGap()
abstract LastIndexOfNonGap : unit -> int64
Return Value
Type:
Int64If found returns an zero based index of the last non gap symbol, otherwise returns -1.
See Also