Click or drag to resize

ScalarSumGetEvaluator Method

Overload List
  NameDescription
Public methodGetEvaluator
Gets an evaluator that can be used to find the value of this scalar function at a given JulianDate.
(Inherited from Scalar.)
Public methodGetEvaluator(EvaluatorGroup)

Gets an evaluator that can be used to find the sum of the scalars, including derivatives up to the requested order.

In an effort to avoid excessively large call stacks the resulting evaluator will recursively collapse any child scalar that is also a ScalarSum into the parent evaluator. For example, (a + (b + c)) will become (a + b + c).

(Overrides ScalarGetEvaluator(EvaluatorGroup).)
Top
See Also