Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double CurrentVariable { get; }

Property Value

Type: Double
Exceptions
ExceptionCondition
InvalidOperationException The current Variable is not available because the explorer has not yet been stepped for the first time.
See Also