Exemplo n.º 1
0
 public int SweCalcUT(double tjd_ut, int ipl, int iflag, ref double[] xx, ref string serr)
 {
     xx = new double[32];
     return(Sweph.swe_calc_ut(tjd_ut, ipl, iflag, xx, ref serr));
 }
Exemplo n.º 2
0
 public Int32 swe_calc_ut(double tjd_ut, Int32 ipl, Int32 iflag, double[] xx, ref string serr)
 {
     return(Sweph.swe_calc_ut(tjd_ut, ipl, iflag, xx, ref serr));
 }