Class Description
This describes the coefficients of a polynomial function that has temperature as input and calculates limit values as output.
Attributes
Name | Type | Description |
---|---|---|
coefficient0 | Float | The polinomial coefficent of power 0. |
coefficient1 | Float | The polinomial coefficent of power 1. |
coefficient2 | Float | The polinomial coefficent of power 2. |
coefficient3 | Float | The polinomial coefficent of power 3. |
coefficient4 | Float | The polinomial coefficent of power 4. |
Relationships
Inherits from
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
None