IRMSFunction.Complete
IRMSFunction
property Complete: WordBool;
Type Library
TeeChartx
Description
The Complete boolean property defines the RMS formula.
RMS = Sqrt(Sum(Sqr(x[i]))/NumPoints)...Complete = true
RMS = Sqrt(Sum(Sqr(x[i]))/(NumPoints-1))...Complete = false