Hi,
i was wondering if there is an object that can compare the signs of integers. i mean if two integers have the same sign or not. I know its not that difficult to do it combining logical comparison objects but i want to avoid mess as much as i can.
thanks