DoubleMotionInterpolatorGetEvaluator Method |
Gets an evaluator that interpolates and extrapolates over
Motions of double values.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic MotionEvaluator<double> GetEvaluator()
Public Function GetEvaluator As MotionEvaluator(Of Double)
public:
MotionEvaluator<double>^ GetEvaluator()
member GetEvaluator : unit -> MotionEvaluator<float>
Return Value
Type:
MotionEvaluatorDoubleThe Evaluator.
See Also