| GridTimeSampledValuesComputeOverallRootMeanSquare Method  | 
 
            Computes the root mean square average of the entire combined data set (not the root mean square of the 
            individual root mean square values).
            
 
    Namespace: 
   AGI.Foundation.Coverage.FigureOfMerit
    Assembly:
   AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic double ComputeOverallRootMeanSquare()
Public Function ComputeOverallRootMeanSquare As Double
public:
double ComputeOverallRootMeanSquare()
member ComputeOverallRootMeanSquare : unit -> float 
Return Value
Type: 
DoubleThe overall root mean square value of the figure of merit data.
 Exceptions
Exceptions See Also
See Also