◆ GetCiricularIndexedElement< T >() [1/2]

static T GetCiricularIndexedElement< T > ( this T[]  array,
int  circularIndex 
)
static
Template Parameters
TType of the array's elements
Parameters
arraythe array itself
circularIndexthe index that will be "circularized" internally
Returns
The element at the circularized index.