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.2.423.0 (25.2.423.0)
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| Exception | Condition |
|---|
| InvalidOperationException | Thrown when GridPointData is empty. |
See Also