Click or drag to resize

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

Return Value

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