Click or drag to resize
MultiWaySuffixEdge Constructor
Initializes a new instance of the MultiWaySuffixEdge struct.

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

Parameters

startIndex
Type: SystemInt64
Index of first symbol of the edge.
See Also