EvaluatorHelperAnyEvaluatorIsTimeVarying Method (IIsTimeVarying) | 
 
            Determines if any of the evaluators given are time varying.
            Any evaluators that are  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(
	IIsTimeVarying evaluator1
)
Public Shared Function AnyEvaluatorIsTimeVarying ( 
	evaluator1 As IIsTimeVarying
) As Boolean
public:
static bool AnyEvaluatorIsTimeVarying(
	IIsTimeVarying^ evaluator1
)
static member AnyEvaluatorIsTimeVarying : 
        evaluator1 : IIsTimeVarying -> bool 
Parameters
- evaluator1
 - Type: AGI.Foundation.InfrastructureIIsTimeVarying
The first evaluator. 
Return Value
Type: 
Boolean if any non-null evaluator given is time varying; otherwise 
.
See Also