public FbxHalfFloat(FbxHalfFloat pVal) : this(FbxWrapperNativePINVOKE.new_FbxHalfFloat__SWIG_2(FbxHalfFloat.getCPtr(pVal)), true) { if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }
public bool ne(FbxHalfFloat pRHS) { bool ret = FbxWrapperNativePINVOKE.FbxHalfFloat_ne(swigCPtr, FbxHalfFloat.getCPtr(pRHS)); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public FbxHalfFloat assign(FbxHalfFloat pValue) { FbxHalfFloat ret = new FbxHalfFloat(FbxWrapperNativePINVOKE.FbxHalfFloat_assign(swigCPtr, FbxHalfFloat.getCPtr(pValue)), false); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool eq(FbxHalfFloat pRHS) { bool ret = fbx_wrapperPINVOKE.FbxHalfFloat_eq(swigCPtr, FbxHalfFloat.getCPtr(pRHS)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxHalfFloat obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }