Skip to content

Commit

Permalink
Release/2.0 (#34)
Browse files Browse the repository at this point in the history
* Update API docs.

* Add NuGet package README file.

---------

Co-authored-by: Petar Petrov <ppetrov@david.bg>
  • Loading branch information
petarpetrovt and Petar Petrov authored Feb 18, 2023
1 parent b0c7aa8 commit 2cb7074
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 87 deletions.
8 changes: 4 additions & 4 deletions docs/api/net6.0/SortingNetworks.SN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.O

| Methods | |
| :--- | :--- |
| [SortAscending&lt;T&gt;(Span&lt;T&gt;)](SortingNetworks.SN.SortAscending_T_(System.Span_T_).md 'SortingNetworks.SN.SortAscending<T>(System.Span<T>)') | Sorts the elements in an entire [System.Span&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Span-1 'System.Span`1') in ascending order using the [System.IComparable&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.IComparable-1 'System.IComparable`1') generic<br/>interface implementation of each element of the [System.Span&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Span-1 'System.Span`1'). |
| [SortAscending&lt;T&gt;(Span&lt;T&gt;, Comparison&lt;T&gt;)](SortingNetworks.SN.SortAscending_T_(System.Span_T_,System.Comparison_T_).md 'SortingNetworks.SN.SortAscending<T>(System.Span<T>, System.Comparison<T>)') | Sorts the elements in an [System.Span&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Span-1 'System.Span`1') in ascending order using the specified [System.Comparison&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Comparison-1 'System.Comparison`1'). |
| [SortAscending&lt;T&gt;(T[])](SortingNetworks.SN.SortAscending_T_(T[]).md 'SortingNetworks.SN.SortAscending<T>(T[])') | Sorts the elements in an entire [System.Array](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array') in ascending order using the [System.IComparable&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.IComparable-1 'System.IComparable`1') generic<br/>interface implementation of each element of the [System.Array](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array'). |
| [SortAscending&lt;T&gt;(Span&lt;T&gt;)](SortingNetworks.SN.SortAscending_T_(System.Span_T_).md 'SortingNetworks.SN.SortAscending<T>(System.Span<T>)') | Sorts the elements in an entire [System.Span&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Span-1 'System.Span`1') in ascending order using the [System.IComparable&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.IComparable-1 'System.IComparable`1') generic<br/>interface implementation of each element of the [System.Span&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Span-1 'System.Span`1'). |
| [SortAscending&lt;T&gt;(T[], Comparison&lt;T&gt;)](SortingNetworks.SN.SortAscending_T_(T[],System.Comparison_T_).md 'SortingNetworks.SN.SortAscending<T>(T[], System.Comparison<T>)') | Sorts the elements in an [System.Array](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array') in ascending order using the specified [System.Comparison&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Comparison-1 'System.Comparison`1'). |
| [SortDescending&lt;T&gt;(Span&lt;T&gt;)](SortingNetworks.SN.SortDescending_T_(System.Span_T_).md 'SortingNetworks.SN.SortDescending<T>(System.Span<T>)') | Sorts the elements in an entire [System.Span&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Span-1 'System.Span`1') in descending order using the [System.IComparable&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.IComparable-1 'System.IComparable`1') generic<br/>interface implementation of each element of the [System.Span&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Span-1 'System.Span`1'). |
| [SortAscending&lt;T&gt;(T[])](SortingNetworks.SN.SortAscending_T_(T[]).md 'SortingNetworks.SN.SortAscending<T>(T[])') | Sorts the elements in an entire [System.Array](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array') in ascending order using the [System.IComparable&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.IComparable-1 'System.IComparable`1') generic<br/>interface implementation of each element of the [System.Array](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array'). |
| [SortDescending&lt;T&gt;(Span&lt;T&gt;, Comparison&lt;T&gt;)](SortingNetworks.SN.SortDescending_T_(System.Span_T_,System.Comparison_T_).md 'SortingNetworks.SN.SortDescending<T>(System.Span<T>, System.Comparison<T>)') | Sorts the elements in an [System.Span&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Span-1 'System.Span`1') in descending order using the specified [System.Comparison&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Comparison-1 'System.Comparison`1'). |
| [SortDescending&lt;T&gt;(T[])](SortingNetworks.SN.SortDescending_T_(T[]).md 'SortingNetworks.SN.SortDescending<T>(T[])') | Sorts the elements in an entire [System.Array](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array') in descending order using the [System.IComparable&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.IComparable-1 'System.IComparable`1') generic<br/>interface implementation of each element of the [System.Array](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array'). |
| [SortDescending&lt;T&gt;(Span&lt;T&gt;)](SortingNetworks.SN.SortDescending_T_(System.Span_T_).md 'SortingNetworks.SN.SortDescending<T>(System.Span<T>)') | Sorts the elements in an entire [System.Span&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Span-1 'System.Span`1') in descending order using the [System.IComparable&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.IComparable-1 'System.IComparable`1') generic<br/>interface implementation of each element of the [System.Span&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Span-1 'System.Span`1'). |
| [SortDescending&lt;T&gt;(T[], Comparison&lt;T&gt;)](SortingNetworks.SN.SortDescending_T_(T[],System.Comparison_T_).md 'SortingNetworks.SN.SortDescending<T>(T[], System.Comparison<T>)') | Sorts the elements in an [System.Array](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array') in descending order using the specified [System.Comparison&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Comparison-1 'System.Comparison`1'). |
| [SortDescending&lt;T&gt;(T[])](SortingNetworks.SN.SortDescending_T_(T[]).md 'SortingNetworks.SN.SortDescending<T>(T[])') | Sorts the elements in an entire [System.Array](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array') in descending order using the [System.IComparable&lt;&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.IComparable-1 'System.IComparable`1') generic<br/>interface implementation of each element of the [System.Array](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array'). |
Loading

0 comments on commit 2cb7074

Please sign in to comment.