MultiWaySuffixTreeEdgesCount Property |
Gets total number of edges in this suffix tree.
Namespace: Bio.Algorithms.SuffixTreeAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long EdgesCount { get; }
Public ReadOnly Property EdgesCount As Long
Get
public:
property long long EdgesCount {
long long get ();
}
member EdgesCount : int64 with get
Property Value
Type:
Int64See Also