Initializes a new instance of the WordMatch class.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public WordMatch(
int length,
int sequence1Start,
int sequence2Start
)
Public Sub New (
length As Integer,
sequence1Start As Integer,
sequence2Start As Integer
)
public:
WordMatch(
int length,
int sequence1Start,
int sequence2Start
)
new :
length : int *
sequence1Start : int *
sequence2Start : int -> WordMatch
Parameters
- length
- Type: SystemInt32
Length of the match - sequence1Start
- Type: SystemInt32
Start index of the first sequence. - sequence2Start
- Type: SystemInt32
Start index of the second sequence.
See Also