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