The source iterable sequence to compute the average.
Optional
options: MathOptions<number>The options for calculating the average.
The computed average for the iterable sequence.
Computes the average of the iterable sequence.
The type of elements in the source sequence.
The source iterable sequence to compute the average.
Optional
options: MathOptions<T>The options for calculating the average.
The computed average for the iterable sequence.
Generated using TypeDoc
Computes the average of the iterable sequence.