https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/Overload_MongoDB_Driver_Linq_MongoQueryable_AverageAsync.htm
MongoQueryable.AverageAsync Method
method
https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/M_MongoDB_Driver_Linq_MongoQueryable_StandardDeviationPopulation_9.htm
MongoQueryable.StandardDeviationPopulation Method (IMongoQueryable(Single))
Computes the population standard deviation of a sequence of values.
methodsingle
https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/M_MongoDB_Driver_Linq_MongoQueryable_StandardDeviationSampleAsync__1_8.htm
MongoQueryable.StandardDeviationSampleAsync(TSource) Method (IMongoQueryable(TSource),...
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
method
https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/M_MongoDB_Driver_Linq_MongoQueryable_GroupJoin__4.htm
MongoQueryable.GroupJoin(TOuter, TInner, TKey, TResult) Method (IMongoQueryable(TOuter),...
Correlates the elements of two sequences based on key equality and groups the results.
tkeymethod
https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/M_MongoDB_Driver_Linq_MongoQueryable_FirstOrDefaultAsync__1.htm
MongoQueryable.FirstOrDefaultAsync(TSource) Method (IMongoQueryable(TSource),...
Returns the first element of a sequence that satisfies a specified condition or a default value if no such element is found.
method
https://mongodb.github.io/mongo-csharp-driver/2.6/apidocs/html/Overload_MongoDB_Driver_Linq_MongoQueryable_StandardDeviationSample.htm
MongoQueryable.StandardDeviationSample Method
method
https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/M_MongoDB_Driver_Linq_MongoQueryable_SelectMany__3.htm
MongoQueryable.SelectMany(TSource, TCollection, TResult) Method (IMongoQueryable(TSource),...
Projects each element of a sequence to an and invokes a result selector function on each element therein. The resulting values from each intermediate sequence...
method