DynamicState<T>.GetEvaluator Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StateEvaluator<T> GetEvaluator()
Public Function GetEvaluator As StateEvaluator(Of T)
public:
StateEvaluator<T>^ GetEvaluator()
member GetEvaluator : unit -> StateEvaluator<'T>
Return Value
Type:
StateEvaluator<T>The
StateEvaluator<T> defined by this instance.
See Also