DoubleFunctionExplorer.PreviousPreviousVariable Property |
Gets the Variable of the previous, previous sample.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double PreviousPreviousVariable { get; }
Public ReadOnly Property PreviousPreviousVariable As Double
Get
public:
property double PreviousPreviousVariable {
double get ();
}
member PreviousPreviousVariable : float with get
Property Value
Type:
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
The previous previous Variable is not available because the explorer has not yet been stepped for
the third time.
|
See Also