Click or drag to resize

IFigureOfMeritDefinitionGetScalarFigureOfMerit Method

Get a scalar which represents the figure of merit for the given coverage data.

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

Parameters

coverageResult
Type: AGI.Foundation.InfrastructureValueDefinitionCoverageData
The coverage results for which to compute a figure of merit.
coverageObject
Type: SystemIServiceProvider
The object of interest in the figure of merit calculation.

Return Value

Type: Scalar
A scalar which represents the figure of merit based on the given data.
See Also