Click or drag to resize

EvaluatorHelperAllEvaluatorsAreAvailable Method (JulianDate, IAvailability)

Determines whether all evaluators in an array are available at a given time.

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,
	params IAvailability[] evaluators
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which to determine availability.
evaluators
Type: AGI.Foundation.TimeIAvailability
The array of evaluators.

Return Value

Type: Boolean
if all evaluators in the array are available for the given date; otherwise .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when evaluators is .
See Also