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 AmountAmount. NEGstatic AmountAmount. ONEstatic AmountAmount. TWOstatic AmountAmount. ZEROFields in org.ojalgo.scalar with type parameters of type Amount Modifier and Type Field Description static Scalar.Factory<Amount>Amount. FACTORYMethods in org.ojalgo.scalar that return Amount Modifier and Type Method Description AmountAmount. multiply(Price rate)AmountPrice. multiply(Quantity quanntity)AmountQuantity. multiply(Price price)static AmountAmount. valueOf(double value)static AmountAmount. valueOf(java.lang.Comparable<?> number)protected AmountAmount. wrap(long numerator)
-