Click or drag to resize
WordMatch Constructor
Initializes a new instance of the WordMatch class.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public WordMatch(
	int length,
	int sequence1Start,
	int sequence2Start
)

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