JulianDateFunctionDetailsCurrentValue Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic double CurrentValue { get; }Public ReadOnly Property CurrentValue As Double
Get
public:
property double CurrentValue {
double get ();
}member CurrentValue : float with get
Property Value
Type:
Double
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
The current value is not available because the function was not sampled for the
CurrentDate.
|
See Also