Exemplo n.º 1
0
 public StringShortRealFeatures(StringShortRealFeatures orig) : this(modshogunPINVOKE.new_StringShortRealFeatures__SWIG_5(StringShortRealFeatures.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
    public bool append_features(StringShortRealFeatures sf)
    {
        bool ret = modshogunPINVOKE.StringShortRealFeatures_append_features(swigCPtr, StringShortRealFeatures.getCPtr(sf));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }