Click or drag to resize

ScalarDelayedByLink.GetEvaluator Method (EvaluatorGroup)

Get an evaluator which evaluates the ScalarToDelay by applying the delay from the PathForTimeDelay which will be positive or negative depending on the DirectionOfDelay.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override ScalarEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The group in which to create evaluators.

Return Value

Type: ScalarEvaluator
An evaluator for the delayed scalar.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is null.
PropertyInvalidException Thrown when ScalarToDelay or PathForTimeDelay is null.
See Also