Click or drag to resize

NavigationAccuracyAssessedFigureOfMerit.GetScalarFigureOfMerit Method

Get a scalar representing the figure of merit for the given data.

Namespace:  AGI.Foundation.Coverage.FigureOfMerit
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public Scalar GetScalarFigureOfMerit(
	ValueDefinition<CoverageData> coverageResult,
	IServiceProvider coverageObject
)

Parameters

coverageResult
Type: AGI.Foundation.Infrastructure.ValueDefinition<CoverageData>
The coverage results for which to compute a figure of merit.
coverageObject
Type: System.IServiceProvider
The object of interest in the figure of merit calculation which implements the IGpsReceiverService.

Return Value

Type: Scalar
A scalar representing the figure of merit based on the given data.

Implements

IFigureOfMeritDefinition.GetScalarFigureOfMerit(ValueDefinition<CoverageData>, IServiceProvider)
Exceptions
ExceptionCondition
ServiceNotAvailableExceptionThrown when coverageObject does not provide IGpsReceiverService.
See Also