FieldParameter.GetYBounds 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.20.0
Syntaxpublic (double Min, double Max) GetYBounds(
double x
)
Parameters
- x Double
- X Position.
Return Value
ValueTuple<Double,
Double>Min and max y at the given x position.
See Also