public class PositiveFloat extends NonNegativeFloat
| Constructor and Description |
|---|
PositiveFloat(java.lang.Double value) |
| Modifier and Type | Method and Description |
|---|---|
static PositiveFloat |
valueOf(java.lang.String s)
Returns an
PositiveFloat object holding the value of
the specified string. |
equals, getValue, toStringpublic static PositiveFloat valueOf(java.lang.String s)
PositiveFloat object holding the value of
the specified string.s - The string to be parsed.Copyright © 2014 Open Microscopy Environment