| GridTimeSampledValuesComputeOverallStandardDeviation Method  | 
 
            Computes the standard deviation for the combined data set (not the standard deviation of the standard deviations).
            
 
    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 ComputeOverallStandardDeviation()
Public Function ComputeOverallStandardDeviation As Double
public:
double ComputeOverallStandardDeviation()
member ComputeOverallStandardDeviation : unit -> float 
Return Value
Type: 
DoubleThe overall standard deviation of the figure of merit data set.
 Exceptions
Exceptions See Also
See Also