Click or drag to resize
Match Structure
Structure to hold the match information.

Namespace: Bio.Algorithms.SuffixTree
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public struct Match

The Match type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts RefStart, QueryStart, Length of Match to string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldLength
Gets or sets the length of match.
Public fieldQuerySequenceOffset
Gets or sets start index of this match in query sequence.
Public fieldReferenceSequenceOffset
Gets or sets the start index of this match in reference sequence.
Top
See Also