Serial port and GPS

StraightLine.y Method 

Computes y for x of the point on the straight line

[Visual Basic]
Public Function y( _
   ByVal x As Double _
) As Double
[C#]
public double y(
   double x
);

Parameters

x
the x

Return Value

y = ax + b, 0.0 for vertical lines

See Also

StraightLine Class | serial Namespace