Ejemplo n.º 1
0
 public static short SiderealTime(double jdHigh, double jdLow, double deltaT, GstType gstType, Method method, Accuracy accuracy, ref double gst)
 {
     return(NOVAS_SiderealTime(jdHigh, jdLow, deltaT, gstType, method, accuracy, ref gst));
 }
Ejemplo n.º 2
0
 private static extern short NOVAS_SiderealTime(double jdHigh, double jdLow, double detlaT, GstType gstType, Method method, Accuracy accuracy, ref double gst);