Click or drag to resize

DoubleFunctionDetails.PreviousValue Property

Gets the value of the function at the PreviousVariable.

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 PreviousValue { get; }

Property Value

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