ListExtensions
Static Class in Zigurous.Math
Declaration
public static class ListExtensionsDescription
Extension methods for lists.
Extension Methods
| Shuffle<T> | Shuffles the list in place. The shuffle is done using the Fisher-Yates algorithm. |
| Sum | Calculates the sum of all items in the list. |