Exemple #1
0
        public LogMath get_logmath()
        {
            global::System.IntPtr cPtr = PocketSphinxPINVOKE.Decoder_get_logmath(swigCPtr);
            LogMath ret = (cPtr == global::System.IntPtr.Zero) ? null : new LogMath(cPtr, true);

            return(ret);
        }