Click or drag to resize

EvaluatorHelper.AnyEvaluatorIsTimeVarying Method

Overload List
  NameDescription
Public methodStatic memberAnyEvaluatorIsTimeVarying<T>(IEnumerable<T>)
Determines if any of the evaluators in a collection are time varying. Any evaluators that are null are ignored.
Public methodStatic memberAnyEvaluatorIsTimeVarying(IIsTimeVarying)
Determines if any of the evaluators given are time varying. Any evaluators that are null are ignored.
Public methodStatic memberAnyEvaluatorIsTimeVarying(IIsTimeVarying[])
Determines if any of the evaluators in an array are time varying. Any evaluators that are null are ignored.
Public methodStatic memberAnyEvaluatorIsTimeVarying<T>(TimeIntervalCollection<T>)
Determines if any evaluator stored as Data in a TimeIntervalCollection<T> is time-varying. Any evaluators in the collection that are null are ignored.
Public methodStatic memberAnyEvaluatorIsTimeVarying(IIsTimeVarying, IIsTimeVarying)
Determines if any of the evaluators given are time varying. Any evaluators that are null are ignored.
Public methodStatic memberAnyEvaluatorIsTimeVarying(IIsTimeVarying, IIsTimeVarying, IIsTimeVarying)
Determines if any of the evaluators given are time varying. Any evaluators that are null are ignored.
Top
See Also