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 Quantity
Quantity. NEG
static Quantity
Quantity. ONE
static Quantity
Quantity. TWO
static Quantity
Quantity. ZERO
Fields in org.ojalgo.scalar with type parameters of type Quantity Modifier and Type Field Description static Scalar.Factory<Quantity>
Quantity. FACTORY
Methods in org.ojalgo.scalar that return Quantity Modifier and Type Method Description Quantity
Amount. divide(Price price)
static Quantity
Quantity. valueOf(double value)
static Quantity
Quantity. valueOf(java.lang.Comparable<?> number)
protected Quantity
Quantity. wrap(long numerator)
Methods in org.ojalgo.scalar with parameters of type Quantity Modifier and Type Method Description Price
Amount. divide(Quantity quanntity)
Amount
Price. multiply(Quantity quanntity)
-