Click or drag to resize

IntervalTArithmeticAverage Property

Gets the arithmetic average of this interval.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public T ArithmeticAverage { get; }

Property Value

T
The arithmetic average.
See Also