Click or drag to resize

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)
Syntax
public double ComputeOverallMaximum()

Return Value

Type: Double
The overall maximum figure of merit.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when GridPointData is empty.
See Also