IMultipleSequenceAlignerAlignmentScore Property |
Gets the alignment score of the multiple sequence alignment.
A typical score is the summation of pairwise alignment scores.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax float AlignmentScore { get; }
ReadOnly Property AlignmentScore As Single
Get
property float AlignmentScore {
float get ();
}
abstract AlignmentScore : float32 with get
Property Value
Type:
SingleSee Also