Match {Microsoft.VisualBasic.DataMining.DynamicProgramming.SmithWaterman} | .NET clr documentation |
Match class defintion
# namespace Microsoft.VisualBasic.DataMining.DynamicProgramming.SmithWaterman
export class Match {
# Returns the value of fromA.
fromA: integer;
# Returns the value of fromB.
fromB: integer;
# Returns the value of score.
score: double;
# Returns the value of toA.
toA: integer;
# Returns the value of toB.
toB: integer;
}