Click or drag to resize

JulianDateFunctionDetails.CurrentValue Property

Gets the value of the function at the CurrentDate.

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 CurrentDate.
See Also