public class PercentFraction extends PrimitiveType<Float> implements PrimitiveNumber
value
Constructor and Description |
---|
PercentFraction(Float value) |
Modifier and Type | Method and Description |
---|---|
Number |
getNumberValue() |
static PercentFraction |
valueOf(String s)
Returns an
PercentFraction object holding the value of
the specified string. |
equals, getValue, toString
public PercentFraction(Float value)
public Number getNumberValue()
getNumberValue
in interface PrimitiveNumber
public static PercentFraction valueOf(String s)
PercentFraction
object holding the value of
the specified string.s
- The string to be parsed.Copyright © 2016 Open Microscopy Environment