QualitativeSequenceLastIndexOfNonGap 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 public long LastIndexOfNonGap()
Public Function LastIndexOfNonGap As Long
public:
virtual long long LastIndexOfNonGap() sealed
abstract LastIndexOfNonGap : unit -> int64
override LastIndexOfNonGap : unit -> int64
Return Value
Type:
Int64If found returns a zero based index of the last non-gap symbol, otherwise returns -1.
Implements
ISequenceLastIndexOfNonGapSee Also