Example #1
0
    public bool has_property(EKernelProperty p)
    {
        bool ret = modshogunPINVOKE.Kernel_has_property(swigCPtr, (int)p);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Example #2
0
 public bool has_property(EKernelProperty p) {
   bool ret = modshogunPINVOKE.Kernel_has_property(swigCPtr, (int)p);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }