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