Interface Operation.Multiplication<T>

    • Method Detail

      • multiply

        T multiply​(T multiplicand)
        Parameters:
        multiplicand - The multiplicand
        Returns:
        this * multiplicand.
      • power

        T power​(int power)
        Multiply by itself power times.