NucmerPairwiseAlignerGapExtensionCost Property |
Gets or sets the Gap Extension Cost.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int GapExtensionCost { get; set; }
Public Property GapExtensionCost As Integer
Get
Set
public:
virtual property int GapExtensionCost {
int get () sealed;
void set (int value) sealed;
}
abstract GapExtensionCost : int with get, set
override GapExtensionCost : int with get, set
Property Value
Type:
Int32Implements
ISequenceAlignerGapExtensionCostSee Also