Example #1
0
    public static double invoke_callback(ReturnsDouble in_)
    {
        double ret = native_wrapPINVOKE.invoke_callback(ReturnsDouble.getCPtr(ReturnsDouble.makeNative(in_)));

        if (native_wrapPINVOKE.SWIGPendingException.Pending)
        {
            throw native_wrapPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public ReturnsDouble(ReturnsDouble arg0) : this(native_wrapPINVOKE.new_ReturnsDouble__SWIG_0(ReturnsDouble.getCPtr(arg0)), true)
 {
     if (native_wrapPINVOKE.SWIGPendingException.Pending)
     {
         throw native_wrapPINVOKE.SWIGPendingException.Retrieve();
     }
 }