ISequenceAlignerGapExtensionCost Property |
Gets or sets value of GapExtensionCost
The GapExtensionCost is the cost of extending an already existing gap.
This is used for the affine gap model, not used for the linear gap model.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax int GapExtensionCost { get; set; }
Property GapExtensionCost As Integer
Get
Set
property int GapExtensionCost {
int get ();
void set (int value);
}
abstract GapExtensionCost : int with get, set
Property Value
Type:
Int32See Also