示例#1
0
        public virtual long Merge(CoreFloatArray arg0)
        {
            long ret = VixenLibPINVOKE.CoreFloatArray_Merge(swigCPtr, CoreFloatArray.getCPtr(arg0));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#2
0
 public CoreFloatArray(CoreFloatArray arg0) : this(VixenLibPINVOKE.new_CoreFloatArray__SWIG_2(CoreFloatArray.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }