|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NumericFunction
Title: Numeric Function
Description: An interface for numeric function to implement for NumericBuiltIn
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Method Summary | |
|---|---|
java.lang.Number |
apply(java.math.BigDecimal... args)
|
java.lang.Number |
apply(java.math.BigInteger... args)
|
java.lang.Number |
apply(java.lang.Double... args)
|
java.lang.Number |
apply(java.lang.Float... args)
|
| Method Detail |
|---|
java.lang.Number apply(java.math.BigDecimal... args)
java.lang.Number apply(java.math.BigInteger... args)
java.lang.Number apply(java.lang.Double... args)
java.lang.Number apply(java.lang.Float... args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||