public SparseByteFeatures(SparseByteFeatures orig) : this(modshogunPINVOKE.new_SparseByteFeatures__SWIG_6(SparseByteFeatures.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
public SparseByteFeatures get_transposed() { IntPtr cPtr = modshogunPINVOKE.SparseByteFeatures_get_transposed(swigCPtr); SparseByteFeatures ret = (cPtr == IntPtr.Zero) ? null : new SparseByteFeatures(cPtr, true); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public SparseByteFeatures(SparseByteFeatures orig) : this(modshogunPINVOKE.new_SparseByteFeatures__SWIG_6(SparseByteFeatures.getCPtr(orig)), true) { if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }
internal static HandleRef getCPtr(SparseByteFeatures obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(SparseByteFeatures obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }