The LinearFunction class describes a linear function with a format of Y = k*X + b
Undocumented in source.
Constructor
Reverses current linear function so X = k*Y + b
Checks if linear function is valid, i.e. if k != 0
Function value
See Implementation
The LinearFunction class describes a linear function with a format of Y = k*X + b