MultiWaySuffixEdgeGetEndIndex Method |
Gets or sets index of last character.
Namespace: Bio.Algorithms.SuffixTreeAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long GetEndIndex(
long sequenceLength
)
Public Function GetEndIndex (
sequenceLength As Long
) As Long
public:
long long GetEndIndex(
long long sequenceLength
)
member GetEndIndex :
sequenceLength : int64 -> int64
Parameters
- sequenceLength
- Type: SystemInt64
Length of the sequence for which
the suffix tree is created.
Return Value
Type:
Int64Returns endIndex of this edge.
See Also