Click or drag to resize

EvaluatorHelperAnyEvaluatorIsTimeVarying Method

Overload List
  NameDescription
Public methodStatic memberAnyEvaluatorIsTimeVaryingT(IEnumerableT)
Determines if any of the evaluators in a collection are time varying. Any evaluators that are are ignored.
Public methodStatic memberAnyEvaluatorIsTimeVarying(IIsTimeVarying)
Determines if any of the evaluators given are time varying. Any evaluators that are are ignored.
Public methodStatic memberAnyEvaluatorIsTimeVarying(IIsTimeVarying)
Determines if any of the evaluators in an array are time varying. Any evaluators that are are ignored.
Public methodStatic memberAnyEvaluatorIsTimeVaryingT(TimeIntervalCollectionT)
Determines if any evaluator stored as Data in a TimeIntervalCollectionT is time-varying. Any evaluators in the collection that are are ignored.
Public methodStatic memberAnyEvaluatorIsTimeVarying(IIsTimeVarying, IIsTimeVarying)
Determines if any of the evaluators given are time varying. Any evaluators that are are ignored.
Public methodStatic memberAnyEvaluatorIsTimeVarying(IIsTimeVarying, IIsTimeVarying, IIsTimeVarying)
Determines if any of the evaluators given are time varying. Any evaluators that are are ignored.
Top
See Also