QueryableExtensionMethods.Variance Method |
Name | Description | |
---|---|---|
Variance<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>) |
returns the variance over the column specified by selector.
| |
Variance<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean) |
returns the variance over the column specified by selector.
|