Iau1980Nutation 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 Iau1980Nutation(
double cacheSeconds
)
Public Sub New (
cacheSeconds As Double
)
public:
Iau1980Nutation(
double cacheSeconds
)
new :
cacheSeconds : float -> Iau1980Nutation
Parameters
- cacheSeconds
- Type: SystemDouble
The number of seconds between dates required for the nutation evaluator to compute a new
nutation. Otherwise it will return the nutation associated with last cached date.
See Also