Click or drag to resize

DoubleFunctionDetails.PreviousPreviousValue Property

Gets the value of the function at the PreviousPreviousVariable.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double PreviousPreviousValue { get; }

Property Value

Type: Double
Exceptions
ExceptionCondition
InvalidOperationException The current value is not available because the function was not sampled for the PreviousPreviousVariable.
See Also