Home | History | Annotate | Download | only in math

Lines Matching refs:iValue

661      * @param iValue The integer to examine.
664 public static int sign(int iValue) {
665 if (iValue > 0) {
668 if (iValue < 0) {