Click or drag to resize
DynamicProgrammingPairwiseAlignerOptScoreCell Constructor (Int64, Int64, Int64)
Initializes a new instance of the OptScoreCell struct. Creates best score cell with the input position values.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public OptScoreCell(
	long row,
	long column,
	long cell
)

Parameters

row
Type: SystemInt64
Row Number.
column
Type: SystemInt64
Column Number.
cell
Type: SystemInt64
Cell Number.
See Also