Uses of Class
org.ojalgo.scalar.ExactDecimal
Packages that use ExactDecimal
-
Uses of ExactDecimal in org.ojalgo.scalar
Classes in org.ojalgo.scalar with type parameters of type ExactDecimalModifier and TypeClassDescriptionclassExactDecimal<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.scalarModifier and TypeClassDescriptionfinal class(currency) amount as in "amount = price * quatity"final classAn exampleExactDecimalimplementation corresponding to the SQL data type MONEY or DECIMAL(19,4).final classprice or exchange rate as in "amount = price * quatity" or "amount = rate * amount"final classquantity as in "amount = price * quatity"Methods in org.ojalgo.scalar with parameters of type ExactDecimalModifier and TypeMethodDescriptionlongExactDecimal.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)