Click or drag to resize

ConstantParameterizedEvaluator4<TParameter1, TParameter2, TParameter3, TParameter4, TResult> Properties

The ConstantParameterizedEvaluator4<TParameter1, TParameter2, TParameter3, TParameter4, TResult> generic type exposes the following members.

Properties
  NameDescription
Public propertyAvailabilityIntervals
Gets a TimeIntervalCollection over which data is available. If the availability interval is infinite, this returns Infinite.
(Inherited from ParameterizedEvaluator4<TParameter1, TParameter2, TParameter3, TParameter4, TResult>.)
Public propertyGroup
Gets the group that contains this evaluator.
(Inherited from ParameterizedEvaluator4<TParameter1, TParameter2, TParameter3, TParameter4, TResult>.)
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
(Overrides ParameterizedEvaluator4<TParameter1, TParameter2, TParameter3, TParameter4, TResult>.IsThreadSafe.)
Public propertyIsTimeVarying
Gets a value indicating whether or not the value of this evaluator changes with time. If false, the evaluator is assumed to return the same value for any input JulianDate.
(Overrides ParameterizedEvaluator4<TParameter1, TParameter2, TParameter3, TParameter4, TResult>.IsTimeVarying.)
Top
See Also