SparseSequenceIndexOfNonGap Method |
Gets the index of first non gap character.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long IndexOfNonGap()
Public Function IndexOfNonGap As Long
public:
virtual long long IndexOfNonGap() sealed
abstract IndexOfNonGap : unit -> int64
override IndexOfNonGap : unit -> int64
Return Value
Type:
Int64If found returns an zero based index of the first non gap character, otherwise returns -1.
Implements
ISequenceIndexOfNonGapSee Also