public bool append_features(StringRealFeatures sf) { bool ret = modshogunPINVOKE.StringRealFeatures_append_features(swigCPtr, StringRealFeatures.getCPtr(sf)); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public StringRealFeatures(StringRealFeatures orig) : this(modshogunPINVOKE.new_StringRealFeatures__SWIG_5(StringRealFeatures.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }