TRMSFunction.Complete

TRMSFunction.Complete
TRMSFunction

property Complete: Boolean;

Unit
StatChar

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