FieldParameterGetYBounds Method |
Returns the min and max y at the given x position.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.24.0
Syntaxpublic (double Min, double Max) GetYBounds(
double x
)
Parameters
- x Double
- X Position.
Return Value
ValueTupleDouble,
DoubleMin and max y at the given x position.
See Also