ClusterBuilderMinimumScore Property |
Gets or sets minimum output score
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int MinimumScore { get; set; }
Public Property MinimumScore As Integer
Get
Set
public:
virtual property int MinimumScore {
int get () sealed;
void set (int value) sealed;
}
abstract MinimumScore : int with get, set
override MinimumScore : int with get, set
Property Value
Type:
Int32Implements
IClusterBuilderMinimumScoreSee Also