Method getNumericValue(char ch)
Return type: int
Member of:
java.lang.Character
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
return Character.getNumericValue(getMTI().charAt (2))%2 == 0;
2
if (!(((c1 = Character.getNumericValue(comment[index[0]++])) > 15
3
stir(Character.getNumericValue(base.charAt(r.nextInt(base.length()))) +
4
+(Character.getNumericValue(getMTI().charAt (2))+1) + c2
5
char zero = (char)(c - Character.getNumericValue(c));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.