Click or drag to resize

JulianDateFunctionDetailsCurrentValue Property

Gets the value of the function at the CurrentDate.

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 CurrentValue { get; }

Property Value

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