Click or drag to resize
DynamicProgrammingPairwiseAlignerOptScoreCell Structure
Position details of cell with best score.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected struct OptScoreCell

The DynamicProgrammingPairwiseAlignerOptScoreCell type exposes the following members.

Constructors
  NameDescription
Public methodDynamicProgrammingPairwiseAlignerOptScoreCell(Int64, Int64)
Initializes a new instance of the OptScoreCell struct. Creates best score cell with the input position values.
Public methodDynamicProgrammingPairwiseAlignerOptScoreCell(Int64, Int64, Int64)
Initializes a new instance of the OptScoreCell struct. Creates best score cell with the input position values.
Top
Methods
  NameDescription
Public methodEquals
Override Equals method.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the Hash code.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Overrides == Operator.
Public operatorStatic memberInequality
Overrides != Operator.
Top
Fields
  NameDescription
Public fieldCell
Cell number of cell with optimal score.
Public fieldColumn
Column number of cell with optimal score.
Public fieldRow
Row number of cell with optimal score.
Top
See Also