O
Otto Wyss
I've this comparison with two numbers
if (t.minimum.value > t.maximum.value) ...
yet it's always true except when minimum and maximum are identical. Why
isn't it false when minimum is smaller than maximum?
O. Wyss
if (t.minimum.value > t.maximum.value) ...
yet it's always true except when minimum and maximum are identical. Why
isn't it false when minimum is smaller than maximum?
O. Wyss