| LineSegment2DFYByX Method |
http://www.emgu.com Obtain the Y value from the X value using first degree interpolation
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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