Click or drag to resize

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

Return Value

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