EvaluatorHelper.AnyEvaluatorIsTimeVarying Method (IIsTimeVarying[]) |
Determines if any of the evaluators in an array are time varying.
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)
Syntaxpublic static bool AnyEvaluatorIsTimeVarying(
params IIsTimeVarying[] evaluators
)
Public Shared Function AnyEvaluatorIsTimeVarying (
ParamArray evaluators As IIsTimeVarying()
) As Boolean
public:
static bool AnyEvaluatorIsTimeVarying(
... array<IIsTimeVarying^>^ evaluators
)
static member AnyEvaluatorIsTimeVarying :
evaluators : IIsTimeVarying[] -> bool
Parameters
- evaluators
- Type:AGI.Foundation.Infrastructure.IIsTimeVarying[]
The array of evaluators.
Return Value
Type:
Booleantrue if any non-null evaluator in the array is time varying; otherwise
false.
Exceptions
See Also