NUCmerMaximumSeparation Property |
Gets or sets maximum separation between the adjacent matches in clusters
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int MaximumSeparation { get; set; }
Public Property MaximumSeparation As Integer
Get
Set
public:
property int MaximumSeparation {
int get ();
void set (int value);
}
member MaximumSeparation : int with get, set
Property Value
Type:
Int32See Also