Click or drag to resize

EvaluatorHelper.AllEvaluatorsAreAvailable Method (JulianDate, IAvailability, IAvailability)

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

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

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The date at which to determine availability.
evaluator1
Type: AGI.Foundation.Time.IAvailability
The first evaluator.
evaluator2
Type: AGI.Foundation.Time.IAvailability
The second evaluator.

Return Value

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