Click or drag to resize

FigureOfMeritT Delegate

A delegate which represents an arbitrary static figure of merit.

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 delegate T FigureOfMerit<T>(
	CoverageQueryResult coverageIntervals
)
where T : Object, IComparable<T>

Parameters

coverageIntervals
Type: AGI.Foundation.CoverageCoverageQueryResult
The data on the coverage intervals to analyze.

Type Parameters

T
The type of value produced by the figure of merit.

Return Value

Type: T
The figure of merit value.
See Also