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); }
public CoreFloatArray(CoreFloatArray arg0) : this(VixenLibPINVOKE.new_CoreFloatArray__SWIG_2(CoreFloatArray.getCPtr(arg0)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }