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