SimilarityMatrixItem Property |
Returns value of matrix at [row, col].
Namespace: Bio.SimilarityMatricesAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public virtual int this[
int row,
int col
] { get; }
Public Overridable 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);
}
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