◆
GetCiricularIndexedElement< T >()
[1/2]
static T GetCiricularIndexedElement< T >
(
this T[]
array
,
int
circularIndex
)
static
Template Parameters
T
Type of the array's elements
Parameters
array
the array itself
circularIndex
the index that will be "circularized" internally
Returns
The element at the circularized index.
EyE
Sys
Collections
CollectionExtensions