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