Click or drag to resize
DiagonalSimilarityMatrixItem Property
Returns value of diagonal similarity matrix at [row,col].

Namespace: Bio.SimilarityMatrices
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public override int this[
	int row,
	int col
] { get; }

Parameters

row
Type: SystemInt32
Row number. This is same as byte value corresponding to sequence symbol on the row.
col
Type: SystemInt32
Column number. This is same as byte value corresponding to sequence symbol on the column.

Return Value

Type: Int32
Score value of matrix at [row,col].
See Also