Click or drag to resize
QueryableExtensionMethods.Variance Method
Overload List
  NameDescription
Public methodStatic memberVariance<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>)
returns the variance over the column specified by selector.
Public methodStatic memberVariance<TSource, TColumnType>(IQueryable<TSource>, Expression<Func<TSource, TColumnType>>, Boolean)
returns the variance over the column specified by selector.
Top
See Also