DynamicProgrammingPairwiseAlignerOptScoreCell Constructor (Int64, Int64) |
Initializes a new instance of the OptScoreCell struct.
Creates best score cell with the input position values.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public OptScoreCell(
long row,
long column
)
Public Sub New (
row As Long,
column As Long
)
public:
OptScoreCell(
long long row,
long long column
)
new :
row : int64 *
column : int64 -> OptScoreCell
Parameters
- row
- Type: SystemInt64
Row Number. - column
- Type: SystemInt64
Column Number.
See Also