DiagonalSimilarityMatrixDiagonalValue Property |
Gets or sets the diagonal value (match value) for the diagonal similarity matrix.
Namespace: Bio.SimilarityMatricesAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int DiagonalValue { get; set; }
Public Property DiagonalValue As Integer
Get
Set
public:
property int DiagonalValue {
int get ();
void set (int value);
}
member DiagonalValue : int with get, set
Property Value
Type:
Int32See Also