public static void floatWrapper(string buffer, ushort bufferLen, SWIGTYPE_p_ArRetFunctorT_float_t functor, string format)
 {
     AriaCSPINVOKE.ArStringInfoHolderFunctions_floatWrapper(buffer, bufferLen, SWIGTYPE_p_ArRetFunctorT_float_t.getCPtr(functor), format);
 }
Beispiel #2
0
        public bool addStringFloat(string name, ushort maxLen, SWIGTYPE_p_ArRetFunctorT_float_t functor)
        {
            bool ret = AriaCSPINVOKE.ArStringInfoGroup_addStringFloat__SWIG_1(swigCPtr, name, maxLen, SWIGTYPE_p_ArRetFunctorT_float_t.getCPtr(functor));

            return(ret);
        }
Beispiel #3
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArRetFunctorT_float_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }