Computes the average of a sequence of nullable decimal values.
- source
- A sequence of nullable decimal values to calculate the average of.
The average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
In vbprvb query expression syntax, an Aggregate Into Average() clause translates to an invocation of erload:System.Linq.Enumerable.Average.