public final class MilliPct
extends java.lang.Number
Modifier and Type | Method and Description |
---|---|
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
long |
longValue() |
static MilliPct |
ofMilliPct(int value) |
static MilliPct |
ofPercent(float value) |
static MilliPct |
ofRatio(float value) |
float |
percentValue() |
float |
ratioValue() |
java.lang.String |
toString() |
public static MilliPct ofMilliPct(int value)
public static MilliPct ofPercent(float value)
public static MilliPct ofRatio(float value)
public int intValue()
intValue
in class java.lang.Number
public long longValue()
longValue
in class java.lang.Number
public float floatValue()
floatValue
in class java.lang.Number
public double doubleValue()
doubleValue
in class java.lang.Number
public float percentValue()
public float ratioValue()
public java.lang.String toString()
toString
in class java.lang.Object