Click or drag to resize
MultiWaySuffixEdgeGetEndIndex Method
Gets or sets index of last character.

Namespace: Bio.Algorithms.SuffixTree
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public long GetEndIndex(
	long sequenceLength
)

Parameters

sequenceLength
Type: SystemInt64
Length of the sequence for which the suffix tree is created.

Return Value

Type: Int64
Returns endIndex of this edge.
See Also