DifferenceNode Constructor |
Initializes a new instance of the DifferenceNode class.
Namespace: BioAssembly: 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
)
Public Sub New (
startIndex1 As Integer,
startIndex2 As Integer,
endIndex1 As Integer,
endIndex2 As Integer
)
public:
DifferenceNode(
int startIndex1,
int startIndex2,
int endIndex1,
int endIndex2
)
new :
startIndex1 : int *
startIndex2 : int *
endIndex1 : int *
endIndex2 : int -> DifferenceNode
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