Iau1976Precession Constructor (Double) |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Iau1976Precession(
double cacheSeconds
)
Public Sub New (
cacheSeconds As Double
)
public:
Iau1976Precession(
double cacheSeconds
)
new :
cacheSeconds : float -> Iau1976Precession
Parameters
- cacheSeconds
- Type: SystemDouble
The number of seconds between dates required for Iau1976Precession's evaluator to compute a new
precession. Otherwise it will return the precession associated with last cached date.
See Also