Uses of Class
org.ojalgo.scalar.ExactDecimal
-
Packages that use ExactDecimal Package Description org.ojalgo.scalar -
-
Uses of ExactDecimal in org.ojalgo.scalar
Classes in org.ojalgo.scalar with type parameters of type ExactDecimal Modifier and Type Class Description classExactDecimal<S extends ExactDecimal<S>>To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).static interfaceExactDecimal.Factory<S extends ExactDecimal<S>>Subclasses of ExactDecimal in org.ojalgo.scalar Modifier and Type Class Description classAmount(currency) amount as in "amount = price * quatity"classMoneyAn exampleExactDecimalimplementation corresponding to the SQL data type MONEY or DECIMAL(19,4).classPriceprice or exchange rate as in "amount = price * quatity" or "amount = rate * amount"classQuantityquantity as in "amount = price * quatity"Methods in org.ojalgo.scalar with parameters of type ExactDecimal Modifier and Type Method Description longExactDecimal.Descriptor. add(ExactDecimal<?> arg1, ExactDecimal<?> arg2)longExactDecimal.Descriptor. divide(ExactDecimal<?> arg1, ExactDecimal<?> arg2)longExactDecimal.Descriptor. multiply(ExactDecimal<?> arg1, ExactDecimal<?> arg2)longExactDecimal.Descriptor. subtract(ExactDecimal<?> arg1, ExactDecimal<?> arg2)
-