Click or drag to resize

FoundLineLinearFunction Method

Calculates the gradient and y-intercept of the straight line.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public (double m, double b) LinearFunction()

Return Value

ValueTupleDouble, Double
Duple containing gradient m and y-intercept b.
See Also