MatchExtension Constructor (Match) |
Initializes a new instance of the MaxUniqueMatchExtension class
Namespace: Bio.Algorithms.SuffixTreeAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public MatchExtension(
Match mum
)
Public Sub New (
mum As Match
)
public:
MatchExtension(
Match mum
)
new :
mum : Match -> MatchExtension
Parameters
- mum
- Type: Bio.Algorithms.SuffixTreeMatch
Maximum Unique Match
See Also