NLSInterval constructor

NLSInterval(
  1. double min,
  2. double max,
  3. double weight
)

Implementation

NLSInterval(this.min, this.max, this.weight);