public MoroInvCumulativeLecuyerGaussianRsg(LecuyerUniformRsg uniformSequenceGenerator) : this(NQuantLibcPINVOKE.new_MoroInvCumulativeLecuyerGaussianRsg(LecuyerUniformRsg.getCPtr(uniformSequenceGenerator)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public InvCumulativeLecuyerGaussianRsg(LecuyerUniformRsg uniformSequenceGenerator, InverseCumulativeNormal inverseCumulative) : this(NQuantLibcPINVOKE.new_InvCumulativeLecuyerGaussianRsg__SWIG_1(LecuyerUniformRsg.getCPtr(uniformSequenceGenerator), InverseCumulativeNormal.getCPtr(inverseCumulative)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(LecuyerUniformRsg obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public MoroInvCumulativeLecuyerGaussianRsg(LecuyerUniformRsg uniformSequenceGenerator) : this(NQuantLibcPINVOKE.new_MoroInvCumulativeLecuyerGaussianRsg(LecuyerUniformRsg.getCPtr(uniformSequenceGenerator)), true) {
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }
示例#5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(LecuyerUniformRsg obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }