Example #1
0
        public q_score_bin bin_at(uint n)
        {
            q_score_bin ret = new q_score_bin(c_csharp_metricsPINVOKE.q_score_header_bin_at(swigCPtr, n), false);

            if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
        public q_score_bin binAt(uint n)
        {
            q_score_bin ret = new q_score_bin(c_csharp_metricsPINVOKE.q_score_header_binAt(swigCPtr, n), false);

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