Click or drag to resize

TimeSampledValuesComputeMinimum Method

Computes the minimum value over the computed timespan

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 ComputeMinimum()

Return Value

Type: Double
The minimum value of the Data.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when Data is empty.
See Also