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