![]() | EnumerableExtensions Methods |
The EnumerableExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetRandomT |
Returns a random item from the objects in the collection
|
![]() ![]() | HasSameValuesT |
Determine if 2 lists hold the same values. The values may be
held in any order as long as they are the same in count and value.
|
![]() ![]() | MedianT |
Calculates the median of a list of at least 2 values.
|
![]() ![]() | RangeT |
Calculates the range of values of a list of at least 2 values.
|
![]() ![]() | ShuffleT |
Produces a new list with the same items as the original list but in random order
|
![]() ![]() | StdDevT |
Calculates the population standard deviation of a list of at least 2 values.
|