EvaluatorHelperAnyEvaluatorIsTimeVaryingT Method (IEnumerableT) |
Determines if any of the evaluators in a collection are time varying.
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 AnyEvaluatorIsTimeVarying<T>(
IEnumerable<T> evaluators
)
where T : IIsTimeVarying
Public Shared Function AnyEvaluatorIsTimeVarying(Of T As IIsTimeVarying) (
evaluators As IEnumerable(Of T)
) As Boolean
public:
generic<typename T>
where T : IIsTimeVarying
static bool AnyEvaluatorIsTimeVarying(
IEnumerable<T>^ evaluators
)
static member AnyEvaluatorIsTimeVarying :
evaluators : IEnumerable<'T> -> bool when 'T : IIsTimeVarying
Parameters
- evaluators
- Type: System.Collections.GenericIEnumerableT
The collection of evaluators.
Type Parameters
- T
- The type of evaluator.
Return Value
Type:
Boolean if any non-null evaluator in the collection is time varying; otherwise
.
Exceptions See Also