Click or drag to resize

ScalarDelayedByLinkGetEvaluator 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.1.418.0 (24.1.418.0)
Syntax
public override ScalarEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The group in which to create evaluators.

Return Value

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