rounding - How can i round float to nearest whole number and then convert into double in JAVA? -
मेरे पास फ्लोट वैल्यू है धन्यवाद,
float myValue = 5.1824203 ;
डबल myRoundedDoubleValue = Math.round (myValue);
मेरे पास फ्लोट वैल्यू है धन्यवाद,
float myValue = 5.1824203 ;
डबल myRoundedDoubleValue = Math.round (myValue);
Comments
Post a Comment