Interface NumericFunction


  • public interface NumericFunction

    Title: Numeric Function

    Description: An interface for numeric function to implement for NumericBuiltIn

    Copyright: Copyright (c) 2007

    Company: Clark & Parsia, LLC.

    Author:
    Ron Alford
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Number apply​(java.lang.Double... args)  
      java.lang.Number apply​(java.lang.Float... args)  
      java.lang.Number apply​(java.math.BigDecimal... args)  
      java.lang.Number apply​(java.math.BigInteger... args)  
    • Method Detail

      • apply

        java.lang.Number apply​(java.math.BigDecimal... args)
      • apply

        java.lang.Number apply​(java.math.BigInteger... args)
      • apply

        java.lang.Number apply​(java.lang.Double... args)
      • apply

        java.lang.Number apply​(java.lang.Float... args)