GridTimeSampledValues.ComputeOverallMaximum Method |
Computes the maximum value of the entire data set (the maximum of the maximum 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)
Syntaxpublic double ComputeOverallMaximum()
Public Function ComputeOverallMaximum As Double
public:
double ComputeOverallMaximum()
member ComputeOverallMaximum : unit -> float
Return Value
Type:
DoubleThe overall maximum figure of merit.
Exceptions
See Also