PairwiseSequenceAlignerGapOpenCost Property |
Gets or sets value of GapOpenCost
The GapOpenCost is the cost of inserting a gap character into
a sequence.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int GapOpenCost { get; set; }
Public Property GapOpenCost As Integer
Get
Set
public:
virtual property int GapOpenCost {
int get () sealed;
void set (int value) sealed;
}
abstract GapOpenCost : int with get, set
override GapOpenCost : int with get, set
Property Value
Type:
Int32Implements
ISequenceAlignerGapOpenCostSee Also