QueryableExtensionMethods.StandardDeviation Method |
Name | Description | |
---|---|---|
![]() ![]() | StandardDeviation<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>) |
returns the standard deviation over the column specified by selector.
|
![]() ![]() | StandardDeviation<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean) |
returns the standard deviation over the column specified by selector.
|