Returns the closest int to the argument. The result is rounded to an integer by adding 1/2, taking the floor of the result, and casting the result to type int. In other words, the result is equal to the value of the expression: (int)Math.floor(a + 0.5f)
Does that answer your question? Corey [ March 05, 2002: Message edited by: Corey McGlone ]