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)); }
private static extern short NOVAS_SiderealTime(double jdHigh, double jdLow, double detlaT, GstType gstType, Method method, Accuracy accuracy, ref double gst);