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.2.419.0 (24.2.419.0)
Syntax public static bool AllEvaluatorsAreAvailable(
JulianDate date,
IAvailability evaluator1
)
Public Shared Function AllEvaluatorsAreAvailable (
date As JulianDate,
evaluator1 As IAvailability
) As Boolean
public:
static bool AllEvaluatorsAreAvailable(
JulianDate date,
IAvailability^ evaluator1
)
static member AllEvaluatorsAreAvailable :
date : JulianDate *
evaluator1 : IAvailability -> bool
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