position = fabs(left - point.y) < fabs(right - point.y) < (right ? prev : next); 提示: Chained comparison 'X < Y < Z' does not behave the same as a mathematical expression
position = fabs(left - point.y) < fabs(right - point.y) < (right ? prev : next);
提示:
Chained comparison 'X < Y < Z' does not behave the same as a mathematical expression