Click or drag to resize

DoubleFunctionDetails.CurrentValue Property

Gets the value of the function at the CurrentVariable.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double CurrentValue { get; }

Property Value

Type: Double
Exceptions
ExceptionCondition
InvalidOperationException The current value is not available because the function was not sampled for the CurrentVariable.
See Also