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