DiagonalSimilarityMatrixItem Property |
Returns value of diagonal similarity matrix at [row,col].
Namespace: Bio.SimilarityMatricesAssembly: 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; }
Public Overrides ReadOnly Default Property Item (
row As Integer,
col As Integer
) As Integer
Get
public:
virtual property int default[int row, int col] {
int get (int row, int col) override;
}
abstract Item : int with get
override Item : int with 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:
Int32Score value of matrix at [row,col].
See Also