| EphemerisMoonPhaseAngle Property |
Gets the moon phase angle.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public double MoonPhaseAngle { get; set; }
Public Property MoonPhaseAngle As Double
Get
Set
public:
property double MoonPhaseAngle {
double get ();
void set (double value);
}
member MoonPhaseAngle : float with get, set
Property Value
Type:
Double
The moon phase angle in radians in the range [0, 2π]. A new moon has a phase angle of
0. A full moon has a phase angle of π.
See Also