Get the equinox in years for the celestial coordinate system in which positions given in either the header or data are expressed.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Equinox As Double
C#
public virtual double Equinox { get; }
C++
public virtual property double Equinox {
    double get();
}
J#
/** property */
public double get_Equinox();
JScript
public function get Equinox() : double

Property Value

either null or a String object

See Also