/// <inheritdoc/>
 public override double SystemCall(double x)
 {
     return(SystemMemberFunctions.Trapezoid(x, _a, _b, _c, _d));
 }
Example #2
0
 /// <inheritdoc/>
 public override double SystemCall(double x)
 {
     return(SystemMemberFunctions.SFunction(x, _a, _m, _b));
 }