The source async-iterable sequence to compute the average.
Optional
options: MathOptions<number>The options for calculating the average.
A Promise which returns the computed average for the async-iterable sequence.
Computes the average of the async-iterable sequence.
The type of elements in the source sequence.
source async-iterable sequence to compute the average.
Optional
options: MathOptions<TSource>The options for calculating the average.
A Promise which returns the computed average for the async-iterable sequence.
Generated using TypeDoc
Computes the average of the async-iterable sequence.