DeltaAlignmentSecondSequenceEnd Property |
Gets or sets the end index of second sequence
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long SecondSequenceEnd { get; set; }
Public Property SecondSequenceEnd As Long
Get
Set
public:
property long long SecondSequenceEnd {
long long get ();
void set (long long value);
}
member SecondSequenceEnd : int64 with get, set
Property Value
Type:
Int64See Also