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