DynamicProgrammingPairwiseAlignerOptScoreCell Structure |
Namespace: Bio.Algorithms.Alignment
The DynamicProgrammingPairwiseAlignerOptScoreCell type exposes the following members.
Name | Description | |
---|---|---|
DynamicProgrammingPairwiseAlignerOptScoreCell(Int64, Int64) |
Initializes a new instance of the OptScoreCell struct.
Creates best score cell with the input position values.
| |
DynamicProgrammingPairwiseAlignerOptScoreCell(Int64, Int64, Int64) |
Initializes a new instance of the OptScoreCell struct.
Creates best score cell with the input position values.
|
Name | Description | |
---|---|---|
Equals |
Override Equals method.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
Returns the Hash code.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Equality |
Overrides == Operator.
| |
Inequality |
Overrides != Operator.
|
Name | Description | |
---|---|---|
Cell |
Cell number of cell with optimal score.
| |
Column |
Column number of cell with optimal score.
| |
Row |
Row number of cell with optimal score.
|