Uses of Class
org.ojalgo.scalar.Amount
-
Packages that use Amount Package Description org.ojalgo.scalar -
-
Uses of Amount in org.ojalgo.scalar
Fields in org.ojalgo.scalar declared as Amount Modifier and Type Field Description static Amount
Amount. NEG
static Amount
Amount. ONE
static Amount
Amount. TWO
static Amount
Amount. ZERO
Fields in org.ojalgo.scalar with type parameters of type Amount Modifier and Type Field Description static Scalar.Factory<Amount>
Amount. FACTORY
Methods in org.ojalgo.scalar that return Amount Modifier and Type Method Description Amount
Amount. multiply(Price rate)
Amount
Price. multiply(Quantity quanntity)
Amount
Quantity. multiply(Price price)
static Amount
Amount. valueOf(double value)
static Amount
Amount. valueOf(java.lang.Comparable<?> number)
protected Amount
Amount. wrap(long numerator)
-