Click or drag to resize

EvaluatorHelperAnyEvaluatorIsTimeVaryingT Method (TimeIntervalCollectionT)

Determines if any evaluator stored as Data in a TimeIntervalCollectionT is time-varying. Any evaluators in the collection 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<T>(
	TimeIntervalCollection<T> collection
)
where T : IIsTimeVarying

Parameters

collection
Type: AGI.Foundation.TimeTimeIntervalCollectionT
The time interval collection.

Type Parameters

T
The type of evaluator.

Return Value

Type: Boolean
if any evaluator in the collection is time varying, or if the time interval collection is non-infinite; otherwise .
See Also