Interface JRPercentageCalculator

    • Method Detail

      • calculatePercentage

        java.lang.Object calculatePercentage​(JRCalculable value,
                                             JRCalculable total)
        Calculates the percentage of a value out of a total.
        Parameters:
        value - the value
        total - the total
        Returns:
        the percentage