Joutsen v0.5.0+12-g5dd5f7e
Joutsen.Linq.EnumerableExtensions Member List

This is the complete list of members for Joutsen.Linq.EnumerableExtensions, including all inherited members.

AsCollection< ItemType >(this SCG.IEnumerable< ItemType > collection)Joutsen.Linq.EnumerableExtensionsstatic
AsList< ItemType >(this SCG.IEnumerable< ItemType > enumerable)Joutsen.Linq.EnumerableExtensionsstatic
AsListable< ItemType >(this SCG.IEnumerable< ItemType > collection)Joutsen.Linq.EnumerableExtensionsstatic
AsMap< ItemType, KeyType, ValueType >(this SCG.IEnumerable< ItemType > enumerable, Func< ItemType, KeyType > keyProjection, Func< ItemType, ValueType > valueProjection)Joutsen.Linq.EnumerableExtensionsstatic
AsSet< ItemType >(this SCG.IEnumerable< ItemType > set)Joutsen.Linq.EnumerableExtensionsstatic
StandardDeviation(this SCG.IEnumerable< int > collection)Joutsen.Linq.EnumerableExtensionsstatic
StandardDeviation(this SCG.IEnumerable< uint > collection)Joutsen.Linq.EnumerableExtensionsstatic
StandardDeviation(this SCG.IEnumerable< long > collection)Joutsen.Linq.EnumerableExtensionsstatic
StandardDeviation(this SCG.IEnumerable< ulong > collection)Joutsen.Linq.EnumerableExtensionsstatic
StandardDeviation(this SCG.IEnumerable< float > collection)Joutsen.Linq.EnumerableExtensionsstatic
StandardDeviation(this SCG.IEnumerable< double > collection)Joutsen.Linq.EnumerableExtensionsstatic
StandardDeviation< Type >(this SCG.IEnumerable< Type > collection, Func< Type, double > selector)Joutsen.Linq.EnumerableExtensionsstatic