|
| static double | StandardDeviation< Type > (this SCG.IEnumerable< Type > collection, Func< Type, double > selector) |
| | Calculates the standard deviation of the items in the collection. More...
|
| |
| static double | StandardDeviation (this SCG.IEnumerable< int > collection) |
| | Calculates the standard deviation of the items in the collection. More...
|
| |
| static double | StandardDeviation (this SCG.IEnumerable< uint > collection) |
| | Calculates the standard deviation of the items in the collection. More...
|
| |
| static double | StandardDeviation (this SCG.IEnumerable< long > collection) |
| | Calculates the standard deviation of the items in the collection. More...
|
| |
| static double | StandardDeviation (this SCG.IEnumerable< ulong > collection) |
| | Calculates the standard deviation of the items in the collection. More...
|
| |
| static double | StandardDeviation (this SCG.IEnumerable< float > collection) |
| | Calculates the standard deviation of the items in the collection. More...
|
| |
| static double | StandardDeviation (this SCG.IEnumerable< double > collection) |
| | Calculates the standard deviation of the items in the collection. More...
|
| |
| static List< ItemType > | AsList< ItemType > (this SCG.IEnumerable< ItemType > enumerable) |
| | Creates a list out of an enumerable. More...
|
| |
| static Map< KeyType, ValueType > | AsMap< ItemType, KeyType, ValueType > (this SCG.IEnumerable< ItemType > enumerable, Func< ItemType, KeyType > keyProjection, Func< ItemType, ValueType > valueProjection) |
| | Creates a map out of an enumerable. More...
|
| |
| static Listable< ItemType > | AsListable< ItemType > (this SCG.IEnumerable< ItemType > collection) |
| | Converts an IEnumerable to a Listable. More...
|
| |
| static Set< ItemType > | AsSet< ItemType > (this SCG.IEnumerable< ItemType > set) |
| | Converts an ISet to a Set. More...
|
| |
| static Collection< ItemType > | AsCollection< ItemType > (this SCG.IEnumerable< ItemType > collection) |
| | Creates a Collection out of an Icollection. More...
|
| |
Extension methods for enumerables.
- Since
- 0.3.0