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