Gets or sets a value indicating whether the cluster is already fused
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic bool IsFused { get; set; }
Public Property IsFused As Boolean
Get
Set
public:
property bool IsFused {
bool get ();
void set (bool value);
}
member IsFused : bool with get, set
Property Value
Type:
Boolean
See Also