Cluster Constructor (IListMatchExtension, Boolean) |
Initialize a reverse direction instance of the Cluster class
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Cluster(
IList<MatchExtension> matches,
bool isReverse
)
Public Sub New (
matches As IList(Of MatchExtension),
isReverse As Boolean
)
public:
Cluster(
IList<MatchExtension^>^ matches,
bool isReverse
)
new :
matches : IList<MatchExtension> *
isReverse : bool -> Cluster
Parameters
- matches
- Type: System.Collections.GenericIListMatchExtension
List of matches - isReverse
- Type: SystemBoolean
True/False reverse query direction
See Also