  | NMathFunctionsRMS(Double) Method | 
            Calculates the root mean square of the given data.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double RMS(
	double[] data
)
Public Shared Function RMS ( 
	data As Double()
) As Double
public:
static double RMS(
	array<double>^ data
)
static member RMS : 
        data : float[] -> float Parameters
- data  Double
 - An array.
 
Return Value
DoubleRoot mean square.
See Also