public class FullFloat extends Number
TypeMaker.dataType(Class)
with Float.class as argument.
When order preservation is not important, use FullFloat as the data type.Constructor and Description |
---|
FullFloat(float value) |
Modifier and Type | Method and Description |
---|---|
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
long |
longValue() |
byteValue, shortValue
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
Copyright © 2012-2013. All Rights Reserved.