Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setRoundingMode (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/taglib/FessFunctions.java

                target /= 1024;
                unit = "T";
            }
            final DecimalFormat df = (DecimalFormat) NumberFormat.getNumberInstance(getUserLocale());
            df.applyPattern(format);
            df.setRoundingMode(RoundingMode.HALF_UP);
            return df.format(target) + unit;
        }
    
        /**
         * Generates URL query parameters for pagination, excluding the specified query parameter.
         *
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 25.4K bytes
    - Click Count (1)
Back to Top