DeltaAlignmentSorterGetSortedIds Method |
Gets the ids which are sorted on value.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerable<long> GetSortedIds()
Public Function GetSortedIds As IEnumerable(Of Long)
public:
IEnumerable<long long>^ GetSortedIds()
member GetSortedIds : unit -> IEnumerable<int64>
Return Value
Type:
IEnumerableInt64IEnumerable of ids.
See Also