DeltaAlignmentNonAlphas Property |
Gets or sets number of non alphabets encountered during alignment
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int NonAlphas { get; set; }
Public Property NonAlphas As Integer
Get
Set
public:
property int NonAlphas {
int get ();
void set (int value);
}
member NonAlphas : int with get, set
Property Value
Type:
Int32See Also