|
Joutsen v0.5.0+12-g5dd5f7e
|
This is the complete list of members for Joutsen.Linq.EnumerableExtensions, including all inherited members.
| AsCollection< ItemType >(this SCG.IEnumerable< ItemType > collection) | Joutsen.Linq.EnumerableExtensions | static |
| AsList< ItemType >(this SCG.IEnumerable< ItemType > enumerable) | Joutsen.Linq.EnumerableExtensions | static |
| AsListable< ItemType >(this SCG.IEnumerable< ItemType > collection) | Joutsen.Linq.EnumerableExtensions | static |
| AsMap< ItemType, KeyType, ValueType >(this SCG.IEnumerable< ItemType > enumerable, Func< ItemType, KeyType > keyProjection, Func< ItemType, ValueType > valueProjection) | Joutsen.Linq.EnumerableExtensions | static |
| AsSet< ItemType >(this SCG.IEnumerable< ItemType > set) | Joutsen.Linq.EnumerableExtensions | static |
| StandardDeviation(this SCG.IEnumerable< int > collection) | Joutsen.Linq.EnumerableExtensions | static |
| StandardDeviation(this SCG.IEnumerable< uint > collection) | Joutsen.Linq.EnumerableExtensions | static |
| StandardDeviation(this SCG.IEnumerable< long > collection) | Joutsen.Linq.EnumerableExtensions | static |
| StandardDeviation(this SCG.IEnumerable< ulong > collection) | Joutsen.Linq.EnumerableExtensions | static |
| StandardDeviation(this SCG.IEnumerable< float > collection) | Joutsen.Linq.EnumerableExtensions | static |
| StandardDeviation(this SCG.IEnumerable< double > collection) | Joutsen.Linq.EnumerableExtensions | static |
| StandardDeviation< Type >(this SCG.IEnumerable< Type > collection, Func< Type, double > selector) | Joutsen.Linq.EnumerableExtensions | static |