Click or drag to resize

DoubleFunctionExplorerPreviousPreviousVariable Property

Gets the Variable of the previous, previous sample.

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

Property Value

Type: Double
Exceptions
ExceptionCondition
InvalidOperationException The previous previous Variable is not available because the explorer has not yet been stepped for the third time.
See Also