MultiWaySuffixEdge Constructor |
Initializes a new instance of the MultiWaySuffixEdge struct.
Namespace: Bio.Algorithms.SuffixTreeAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public MultiWaySuffixEdge(
long startIndex
)
Public Sub New (
startIndex As Long
)
public:
MultiWaySuffixEdge(
long long startIndex
)
new :
startIndex : int64 -> MultiWaySuffixEdge
Parameters
- startIndex
- Type: SystemInt64
Index of first symbol of the edge.
See Also