ISuffixTreeNoAmbiguity Property |
Gets or sets a value indicating whether to match
basic symbols only by ignoring the ambiguous symbols or not.
Namespace: Bio.Algorithms.SuffixTreeAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax bool NoAmbiguity { get; set; }
Property NoAmbiguity As Boolean
Get
Set
property bool NoAmbiguity {
bool get ();
void set (bool value);
}
abstract NoAmbiguity : bool with get, set
Property Value
Type:
BooleanSee Also