LineSegment2DFYByX Method |
http://www.emgu.com Obtain the Y value from the X value using first degree interpolation
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic float YByX(
float x
)
Public Function YByX (
x As Single
) As Single
public:
float YByX(
float x
)
member YByX :
x : float32 -> float32
Parameters
- x
- Type: SystemSingle
The X value
Return Value
Type:
SingleThe Y value
See Also