public class RoundUpFunction
extends org.kie.dmn.feel.runtime.functions.BaseFEELFunction
Constructor and Description |
---|
RoundUpFunction() |
Modifier and Type | Method and Description |
---|---|
org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> |
invoke(BigDecimal number) |
org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> |
invoke(BigDecimal number,
BigDecimal digits) |
public org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> invoke(BigDecimal number)
public org.kie.dmn.feel.runtime.functions.FEELFnResult<BigDecimal> invoke(BigDecimal number, BigDecimal digits)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.