DerivedSequenceLastIndexOfNonGap Method (Int64) |
Returns the index of last non-gap symbol before the specified end position.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long LastIndexOfNonGap(
long endPos
)
Public Function LastIndexOfNonGap (
endPos As Long
) As Long
public:
virtual long long LastIndexOfNonGap(
long long endPos
) sealed
abstract LastIndexOfNonGap :
endPos : int64 -> int64
override LastIndexOfNonGap :
endPos : int64 -> int64
Parameters
- endPos
- Type: SystemInt64
Index value up to which the non-Gap symbol is searched for.
Return Value
Type:
Int64If found returns a zero based index of the last non-gap symbol, otherwise returns -1.
Implements
ISequenceLastIndexOfNonGap(Int64)See Also