Uses of Class
org.ojalgo.scalar.Price
-
Packages that use Price Package Description org.ojalgo.scalar -
-
Uses of Price in org.ojalgo.scalar
Fields in org.ojalgo.scalar declared as Price Modifier and Type Field Description static PricePrice. NEGstatic PricePrice. ONEstatic PricePrice. TWOstatic PricePrice. ZEROFields in org.ojalgo.scalar with type parameters of type Price Modifier and Type Field Description static Scalar.Factory<Price>Price. FACTORYMethods in org.ojalgo.scalar that return Price Modifier and Type Method Description PriceAmount. divide(Quantity quanntity)static PricePrice. valueOf(double value)static PricePrice. valueOf(java.lang.Comparable<?> number)protected PricePrice. wrap(long numerator)Methods in org.ojalgo.scalar with parameters of type Price Modifier and Type Method Description QuantityAmount. divide(Price price)AmountAmount. multiply(Price rate)AmountQuantity. multiply(Price price)
-