LinFit.Yvalue()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Mathematical classes > class LINFIT >

LinFit.Yvalue()

Description

Return the y-value of the line given an appropriate x-value.

 

Gamry tip bulb

LinFit.Crunch() must be called before the return value is meaningful.

 

Type

INSTANCE FUNCTION

 

Usage

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.