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