SofaEpj Method

Return Julian epoch for given JD pair.

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static double Epj(
	double dj1,
	double dj2
)

Parameters

dj1  Double
First part of the Julian Date.
dj2  Double
Second part of the Julian Date.

Return Value

Double
Julian epoch.

Remarks

This is a P/Invoke wrapper for the SOFA iauEpj routine.

Version Information

.NET Standard

Supported in: 2.0

See Also