Esempio n. 1
0
 public GaussianLowDiscrepancySequenceGenerator(UniformLowDiscrepancySequenceGenerator u) : this(NQuantLibcPINVOKE.new_GaussianLowDiscrepancySequenceGenerator(UniformLowDiscrepancySequenceGenerator.getCPtr(u)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UniformLowDiscrepancySequenceGenerator obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UniformLowDiscrepancySequenceGenerator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public GaussianLowDiscrepancySequenceGenerator(UniformLowDiscrepancySequenceGenerator u) : this(NQuantLibcPINVOKE.new_GaussianLowDiscrepancySequenceGenerator(UniformLowDiscrepancySequenceGenerator.getCPtr(u)), true) {
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }