LinearFunction.this

Constructor

  1. this()
  2. this(double k, double b)
    struct LinearFunction
    this
    (
    double k
    ,
    double b
    )

Parameters

k double

K factor value

b double

bias value

Meta