public interface NumericFunction
Title: Numeric Function
Description: An interface for numeric function to implement for NumericBuiltIn
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Modifier and Type | Method and Description |
|---|---|
Number |
apply(BigDecimal... args) |
Number |
apply(BigInteger... args) |
Number |
apply(Double... args) |
Number |
apply(Float... args) |
Number apply(BigDecimal... args)
Number apply(BigInteger... args)
Copyright © 2019. All rights reserved.