<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Mathematical classes > class LINFIT > LinFit.Yvalue() |
Return the y-value of the line given an appropriate x-value.
LinFit.Crunch() must be called before the return value is meaningful. |
Y = LinFit.Yvalue(Xvalue)
Xvalue |
REAL |
x-value for which the corresponding Y-value is to be found. |
Y |
REAL |
Y-value corresponding to the given x-value. |