public CoreFloatArray(CoreFloatArray arg0) : this(VixenLibPINVOKE.new_CoreFloatArray__SWIG_2(CoreFloatArray.getCPtr(arg0)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }
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); }
internal static HandleRef getCPtr(CoreFloatArray obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }