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.2.419.0 (24.2.419.0)
Syntax public double PreviousPreviousVariable { get; }
Public ReadOnly Property PreviousPreviousVariable As Double
Get
public:
property double PreviousPreviousVariable {
double get ();
}
member PreviousPreviousVariable : float with get
Property Value
Type:
DoubleExceptions Exception | Condition |
---|
InvalidOperationException |
The previous previous Variable is not available because the explorer has not yet been stepped for
the third time.
|
See Also