NiceTouch v2.1
MoreMountains.Tools.MMArrayExtensions Class Reference

Array extensions More...

Static Public Member Functions

static T MMRandomValue< T > (this T[] array)
 Returns a random value inside the array More...
 
static T[] MMShuffle< T > (this T[] array)
 Shuffles an array More...
 

Detailed Description

Array extensions

Member Function Documentation

◆ MMRandomValue< T >()

static T MoreMountains.Tools.MMArrayExtensions.MMRandomValue< T > ( this T[]  array)
static

Returns a random value inside the array

Template Parameters
T
Parameters
array
Returns

◆ MMShuffle< T >()

static T[] MoreMountains.Tools.MMArrayExtensions.MMShuffle< T > ( this T[]  array)
static

Shuffles an array

Template Parameters
T
Parameters
array
Returns

The documentation for this class was generated from the following file: