ClusterBuilderFixedSeparation Property |
Gets or sets maximum fixed diagonal difference
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int FixedSeparation { get; set; }
Public Property FixedSeparation As Integer
Get
Set
public:
virtual property int FixedSeparation {
int get () sealed;
void set (int value) sealed;
}
abstract FixedSeparation : int with get, set
override FixedSeparation : int with get, set
Property Value
Type:
Int32Implements
IClusterBuilderFixedSeparationSee Also