Interface JRPercentageCalculator

    • Method Detail

      • calculatePercentage

        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