Click or drag to resize

IAggregateFluentExtensions.Densify Method

Overload List
  NameDescription
Public methodStatic memberDensify<TResult>(IAggregateFluent<TResult>, Expression<Func<TResult, Object>>, DensifyRange, IEnumerable<Expression<Func<TResult, Object>>>)
Appends a $densify stage to the pipeline.
Public methodStatic memberDensify<TResult>(IAggregateFluent<TResult>, Expression<Func<TResult, Object>>, DensifyRange,Expression<Func<TResult, Object>>[])
Appends a $densify stage to the pipeline.
Top
See Also