Does anyone know the equivalent of the sgn() function found in vb for c
the function that returns -1 for negative numbers 0 for 0 and 1 for positive numbers. It is really useful for me in vb, also, would you caution aginst using it because of performance? every .1 milisecond is important in my program
i am just assuming that c# is the same as c
