Click or drag to resize
PairwiseSequenceAlignerGapExtensionCost Property
Gets or sets value of GapExtensionCost The GapExtensionCost is the cost of extending an already existing gap. This is only used in the affine gap model

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int GapExtensionCost { get; set; }

Property Value

Type: Int32

Implements

ISequenceAlignerGapExtensionCost
See Also