Package | Description |
---|---|
org.ojalgo.scalar |
Modifier and Type | Field and Description |
---|---|
static Money |
Money.NEG |
static Money |
Money.ONE |
static Money |
Money.TWO |
static Money |
Money.ZERO |
Modifier and Type | Field and Description |
---|---|
static Scalar.Factory<Money> |
Money.FACTORY |
Modifier and Type | Method and Description |
---|---|
static Money |
Money.valueOf(double value) |
static Money |
Money.valueOf(Number number) |
protected Money |
Money.wrap(long numerator) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Money.isAbsolute(Money value) |
static boolean |
Money.isInfinite(Money value) |
static boolean |
Money.isNaN(Money value) |
static boolean |
Money.isSmall(double comparedTo,
Money value) |
Copyright © 2019 Optimatika. All rights reserved.