Click or drag to resize
PairwiseSequenceAlignerTracebackIsComplete Method
This method is used to determine when the traceback step is complete. It is algorithm specific.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected virtual bool TracebackIsComplete(
	int row,
	int col
)

Parameters

row
Type: SystemInt32
Current row
col
Type: SystemInt32
Current column

Return Value

Type: Boolean
True if we are finished with the traceback step, false if not.
See Also