Match {Microsoft.VisualBasic.DataMining.DynamicProgramming.SmithWaterman} .NET clr documentation

Match

Description

Match class defintion

Declare

            
# 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;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]