Click or drag to resize

EvaluatorHelper.AnyEvaluatorIsTimeVarying Method (IIsTimeVarying, IIsTimeVarying)

Determines if any of the evaluators given 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)
Syntax
public static bool AnyEvaluatorIsTimeVarying(
	IIsTimeVarying evaluator1,
	IIsTimeVarying evaluator2
)

Parameters

evaluator1
Type: AGI.Foundation.Infrastructure.IIsTimeVarying
The first evaluator.
evaluator2
Type: AGI.Foundation.Infrastructure.IIsTimeVarying
The second evaluator.

Return Value

Type: Boolean
true if any non-null evaluator given is time varying; otherwise false.
See Also