ArrayExtensions
Static Class in Zigurous.Math
Declaration
public static class ArrayExtensions
Description
Extension methods for arrays.
Extension Methods
Shuffle<T> | Shuffles the array in place. The shuffle is done using the Fisher-Yates algorithm. |
Sum | Calculates the sum of all elements in the array. |