关于cross(x,y),是:
ref(x,1) < ref(y,1) and x > y
还是:
ref(x,1) <= ref(y,1) and x > y
还是
ref(x,1) < ref(y,1) and x >= y
还是
ref(x,1) <= ref(y,1) and x >= y
以上四种表达式,哪个是准确的?
非常感谢
ref(x,1) < ref(y,1) and x >= y
我从实际结果来看,怎么好像是:
ref(x,1) <= ref(y,1) and x > y
请版主再核实一下?非常感谢