Click or drag to resize

Scalar.GetEvaluator 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: 25.1.421.0 (25.1.421.0)
Syntax
public ScalarEvaluator GetEvaluator()

Return Value

Type: ScalarEvaluator
An evaluator for this scalar.
See Also