Serial port and GPS

StraightLine.x Method 

Computes y for x of the point on the straight line

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

Parameters

y
the x

Return Value

x = cy + d, 0.0 for horizontal lines

See Also

StraightLine Class | serial Namespace