<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    limq

    rainman
    隨筆 - 19, 文章 - 2, 評論 - 115, 引用 - 1
    數據加載中……

    四舍五入保留小數后兩位

     

     1 /**
     2  * Contains static utility methods.
     3  */
     4 public class BOUtils {
     5 
     6  public static Double getRoundedDouble( double unroundedValue ){
     7     // Get the integer portion of the value
     8     double intPortion = Math.floor( unroundedValue );
     9 
    10     // Get the unrounded decimal portion
    11     double unroundedDecimalPortion = ( unroundedValue - intPortion );
    12 
    13     /* ALERT - This next code interferes with I18N. We eventually need   */
    14     /*         to change this not assume only round to 2 decimal places. */
    15 
    16     /* Multiply the decimal places by 100, which shitfs the decimal point
    17     /* two places to the left. Then round it so that we get a round to
    18     /* two decimal places. For example, if we started with 17.655 and stripped
    19     /* off the int portion, which left .655. After we shift, we are left with
    20     /* 65.5. Then a round will gives us 66. We can then put it all back
    21     /* together */
    22     double roundedDecimalPortion = Math.round( unroundedDecimalPortion * 100 );
    23 
    24     // Shift the decimal point back two places to the right
    25     roundedDecimalPortion = roundedDecimalPortion / 100;
    26 
    27     // Add the int portion and decimal portions back together
    28     double total = intPortion + roundedDecimalPortion;
    29 
    30     return new Double( total );
    31   }
    32 }

    posted on 2005-09-21 23:59 limq 閱讀(7721) 評論(2)  編輯  收藏 所屬分類: 編程技巧

    評論

    # re: 四舍五入保留小數后兩位  回復  更多評論   

    new DecimalFormat("0.00").format(*******);
    這樣也可以,你那種太麻煩。
    2005-11-19 14:26 | 網絡幽靈

    # re: 四舍五入保留小數后兩位  回復  更多評論   

    是呀,在創建的時候,用數字的字符串形式創建,就可以了

    new BigDecimal("99.115").setScale(2, BigDecimal.ROUND_HARF_UP);
    2006-11-01 16:48 | Toez
    主站蜘蛛池模板: 亚洲色婷婷一区二区三区| 免费无码婬片aaa直播表情| 国产亚洲精品影视在线产品| 国产成在线观看免费视频| 三年片在线观看免费| 久久精品国产亚洲AV电影网| 亚洲中文字幕无码av在线| 色久悠悠婷婷综合在线亚洲| 四虎永久免费观看| 操美女视频免费网站| 67194成手机免费观看| 91在线免费视频| 免费在线观看一区| 亚洲成AV人片高潮喷水| 亚洲av乱码一区二区三区香蕉 | 久久伊人久久亚洲综合| 国产精品亚洲综合专区片高清久久久| 成人五级毛片免费播放| 成人女人A级毛片免费软件| 麻豆成人久久精品二区三区免费 | 亚洲男人av香蕉爽爽爽爽| 国产免费爽爽视频免费可以看| 免费福利在线播放| 69av免费观看| 国产成人精品免费视频网页大全| 四虎成人精品永久免费AV| 免费久久人人爽人人爽av| 国产99精品一区二区三区免费| 亚洲avav天堂av在线网毛片| 亚洲精品无码国产片| 亚洲熟妇无码av另类vr影视| 亚洲综合偷自成人网第页色| 亚洲AV无码成人专区| 亚洲an日韩专区在线| 亚洲熟女综合一区二区三区| 亚洲天然素人无码专区| 亚洲日韩精品无码专区| 亚洲精品国产suv一区88| 精品韩国亚洲av无码不卡区| 综合偷自拍亚洲乱中文字幕| 免费精品久久久久久中文字幕|