public class MathFunctions extends Object
static class
MathFunctions.RoundStrategy
MathFunctions()
Double
abs(Double input)
Float
abs(Float input)
Integer
abs(Integer input)
Long
abs(Long input)
int
round(Double input)
round(Double input, String strategy)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MathFunctions()
public Double abs(Double input)
public Float abs(Float input)
public Long abs(Long input)
public Integer abs(Integer input)
public int round(Double input, String strategy)
public int round(Double input)
Copyright © 2014. All Rights Reserved.