MultiWaySuffixTreeMinLengthOfMatch 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 public long MinLengthOfMatch { get; set; }
Public Property MinLengthOfMatch As Long
Get
Set
public:
virtual property long long MinLengthOfMatch {
long long get () sealed;
void set (long long value) sealed;
}
abstract MinLengthOfMatch : int64 with get, set
override MinLengthOfMatch : int64 with get, set
Property Value
Type:
Int64Implements
ISuffixTreeMinLengthOfMatchSee Also