ScalarGetEvaluator Method |
Gets an evaluator that can be used to find the value of this scalar function at a given
JulianDate.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarEvaluator GetEvaluator()
Public Function GetEvaluator As ScalarEvaluator
public:
ScalarEvaluator^ GetEvaluator()
member GetEvaluator : unit -> ScalarEvaluator
Return Value
Type:
ScalarEvaluatorAn evaluator for this scalar.
See Also