자바 round()

1 개요[ | ]

자바 round()
int i = Math.round(1.5F); // 2
String str = String.format("%.3f", 1.2345678); // 1.235

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}