Class Power

java.lang.Object
ortus.boxlang.runtime.operators.Power
All Implemented Interfaces:
IOperator

public class Power extends Object implements IOperator
Performs Math Power for BoxLang a = 2 ^ 3
  • Constructor Details

    • Power

      public Power()
  • Method Details

    • invoke

      public static Number invoke(Object left, Object right)
      Parameters:
      left - The left operand
      right - The right operand
      Returns:
      The the result