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.2.419.0 (24.2.419.0)
Syntax public enum BehaviorBeyondAvailability
Public Enumeration BehaviorBeyondAvailability
public enum class BehaviorBeyondAvailability
type BehaviorBeyondAvailability
Members
| Member name | Description |
---|
| 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