Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

math class in java

double floor = Math.floor(7.343);  // floor = 7.0
//rounds to the value down to the nearest integer value (returned as double)
Source by tutorials.jenkov.com #
 
PREVIOUS NEXT
Tagged: #math #class #java
ADD COMMENT
Topic
Name
6+2 =