ISequenceLastIndexOfNonGap Method (Int64) |
Gets 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 long LastIndexOfNonGap(
long endPos
)
Function LastIndexOfNonGap (
endPos As Long
) As Long
long long LastIndexOfNonGap(
long long endPos
)
abstract LastIndexOfNonGap :
endPos : int64 -> int64
Parameters
- endPos
- Type: SystemInt64
Index value below which to search for non-Gap symbol.
Return Value
Type:
Int64If found returns an zero based index of the last non gap symbol, otherwise returns -1.
See Also