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