Click or drag to resize

BehaviorBeyondAvailability Enumeration

Defines the behavior when the evaluation time is beyond the availability for the object.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum BehaviorBeyondAvailability
Members
  Member nameDescription
ThrowException Throws an exception when evaluated beyond the object's availability.
ReturnEndpointValue Returns the closest endpoint value when evaluated beyond the object's availability.
Extrapolate Extrapolates values when evaluated beyond the object's availability.
See Also