curveminy
curveminy(curve
)
The CURVEMINY function has the following argument:
curve
The curve for which to determine the minimum Y value.
Search through the vertices of the curve returning the lowest Y value that was found.
Formula |
Description |
Result |
---|---|---|
curveminy(curve(0,0, 100,100, 200,0)) | Return the lowest Y value. | 0 |