Uses of Class
org.ojalgo.scalar.Price
Packages that use Price
-
Uses of Price in org.ojalgo.scalar
Subclasses with type arguments of type Price in org.ojalgo.scalarModifier and TypeClassDescriptionfinal classprice or exchange rate as in "amount = price * quatity" or "amount = rate * amount"Fields in org.ojalgo.scalar declared as PriceModifier and TypeFieldDescriptionstatic final PricePrice.NEGstatic final PricePrice.ONEstatic final PricePrice.TWOstatic final PricePrice.ZEROFields in org.ojalgo.scalar with type parameters of type PriceMethods in org.ojalgo.scalar that return PriceModifier and TypeMethodDescriptionstatic PricePrice.valueOf(double value) static PricePrice.valueOf(Comparable<?> number) protected PricePrice.wrap(long numerator) Methods in org.ojalgo.scalar with parameters of type Price