ISuffixTreeMinLengthOfMatch Property |
Gets or sets Minimum length of match required.
Namespace: Bio.Algorithms.SuffixTreeAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax long MinLengthOfMatch { get; set; }
Property MinLengthOfMatch As Long
Get
Set
property long long MinLengthOfMatch {
long long get ();
void set (long long value);
}
abstract MinLengthOfMatch : int64 with get, set
Property Value
Type:
Int64See Also