public Approx_SweepApproximation(Approx_SweepFunction Func)
     : base()
 {
     throw new NotImplementedException();
 }
 public Approx_SweepFunction(Approx_SweepFunction parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }