Uses of Class
org.ojalgo.scalar.Money
-
Packages that use Money Package Description org.ojalgo.scalar -
-
Uses of Money in org.ojalgo.scalar
Fields in org.ojalgo.scalar declared as Money Modifier and Type Field Description static Money
Money. NEG
static Money
Money. ONE
static Money
Money. TWO
static Money
Money. ZERO
Fields in org.ojalgo.scalar with type parameters of type Money Modifier and Type Field Description static Scalar.Factory<Money>
Money. FACTORY
Methods in org.ojalgo.scalar that return Money Modifier and Type Method Description static Money
Money. valueOf(double value)
static Money
Money. valueOf(java.lang.Comparable<?> number)
protected Money
Money. wrap(long numerator)
Methods in org.ojalgo.scalar with parameters of type Money Modifier and Type Method Description static boolean
Money. isAbsolute(Money value)
static boolean
Money. isInfinite(Money value)
static boolean
Money. isNaN(Money value)
static boolean
Money. isSmall(double comparedTo, Money value)
-