| EphemerisMoonPhaseRelative Property |
Gets the moon phase as a relative value.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public double MoonPhaseRelative { get; }
Public ReadOnly Property MoonPhaseRelative As Double
Get
public:
property double MoonPhaseRelative {
double get ();
}
member MoonPhaseRelative : float with get
Property Value
Type:
DoubleThe moon phase in the range [0, 1], where 0 is new moon and 1 is full moon.
See Also