Class PowerDecimal

All Implemented Interfaces:
FlFunction<org.faktorips.codegen.JavaCodeFragment>, FunctionSignature

public class PowerDecimal extends AbstractFlFunction
A class that implements the power of a Decimal.
Author:
hbaagil
Since:
3.11.0
  • Constructor Details

    • PowerDecimal

      public PowerDecimal(String name, String description)
      Constructs the to the power of function.
      Parameters:
      name - The name of the function.
      description - The description of the function.
  • Method Details