Skip to content

F lin2

Type Function: REAL

Input X REAL
X1, Y1 REAL (first coordinate)
X2, Y2 REAL (second coordinate)
Output REAL (value on the line passing through the above 2 points defined.)
The function F_LIN2 returns the Y value of a linear equation.
The straight line here is defined by the specification of two coordinate points (X1, Y1, X2, Y2).

f_lin2