CurveFitResult constructor

CurveFitResult(
  1. UnaryFunction<double> function
)

Implementation

CurveFitResult(this.function);