DeltaAlignmentDeltas Property |
Gets list of integers that pointing the insertion and
deletion indices
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<long> Deltas { get; }
Public ReadOnly Property Deltas As IList(Of Long)
Get
public:
property IList<long long>^ Deltas {
IList<long long>^ get ();
}
member Deltas : IList<int64> with get
Property Value
Type:
IListInt64See Also