Click or drag to resize

EvaluatorHelperAnyEvaluatorIsTimeVarying Method (IIsTimeVarying)

Determines if any of the evaluators in an array are time varying. Any evaluators that are are ignored.

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 AnyEvaluatorIsTimeVarying(
	params IIsTimeVarying[] evaluators
)

Parameters

evaluators
Type: AGI.Foundation.InfrastructureIIsTimeVarying
The array of evaluators.

Return Value

Type: Boolean
if any non-null evaluator in the array is time varying; otherwise .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when evaluators is .
See Also