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