| GridTimeSampledValuesComputeOverallMinimum Method  | 
 
            Computes the minimum value of the entire data set (the minimum of the minimum values of each grid point).
            
 
    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 ComputeOverallMinimum()
Public Function ComputeOverallMinimum As Double
public:
double ComputeOverallMinimum()
member ComputeOverallMinimum : unit -> float 
Return Value
Type: 
DoubleThe overall minimum figure of merit.
 Exceptions
Exceptions See Also
See Also