Click or drag to resize

EvaluatorHelperAllEvaluatorsAreAvailable Method (JulianDate, IAvailability)

Determines whether all evaluators given are available at a given time. Any evaluators that are are ignored.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static bool AllEvaluatorsAreAvailable(
	JulianDate date,
	IAvailability evaluator1
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which to determine availability.
evaluator1
Type: AGI.Foundation.TimeIAvailability
The first evaluator.

Return Value

Type: Boolean
if all non-null evaluators given are available for the given date; otherwise .
See Also