コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RombergIntegral"/> class using the order value from another instance.
 /// </summary>
 /// <param name="r">A <see cref="RombergIntegral"/> instance.</param>
 public RombergIntegral(RombergIntegral r)
 {
     _order = r.Order;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RombergIntegral"/> class using the order value from another instance.
 /// </summary>
 /// <param name="r">A <see cref="RombergIntegral"/> instance.</param>
 public RombergIntegral(RombergIntegral r)
 {
     _order = r.Order;
 }