LinearFn2D
kse.maths.fitting.LinearFn2D
final case class LinearFn2D(intercept: Double, slope: Double) extends Double => Double
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Double => Doubleclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- Function1
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Function1 -> Any
- Inherited from:
- Function1
In this article