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

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public DifferenceNode(
	int startIndex1,
	int startIndex2,
	int endIndex1,
	int endIndex2
)

Parameters

startIndex1
Type: SystemInt32
Start index in first sequence
startIndex2
Type: SystemInt32
Start index in second sequence
endIndex1
Type: SystemInt32
End index in first sequence
endIndex2
Type: SystemInt32
End index in second sequence
See Also