| Iau1980Nutation Constructor (Double) | 
  
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Iau1980Nutation(
	double cacheSeconds
)
Public Sub New ( 
	cacheSeconds As Double
)
public:
Iau1980Nutation(
	double cacheSeconds
)
new : 
        cacheSeconds : float -> Iau1980NutationParameters
- 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
See Also