java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.math.Ceiling

@BoxBIF @BoxMember(type=NUMERIC) public class Ceiling extends BIF
  • Constructor Details

    • Ceiling

      public Ceiling()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Determines the closest integer that is greater than a specified floating point number.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation