Uses of Class
org.h2.value.ValueReal
-
Packages that use ValueReal Package Description org.h2.value Data type and value implementations. -
-
Uses of ValueReal in org.h2.value
Fields in org.h2.value declared as ValueReal Modifier and Type Field Description private static ValueReal
ValueReal. NAN
static ValueReal
ValueReal. ONE
The value 1.static ValueReal
ValueReal. ZERO
The value 0.Methods in org.h2.value that return ValueReal Modifier and Type Method Description ValueReal
Value. convertToReal()
Converts this value to a REAL value.static ValueReal
ValueReal. get(float d)
Get or create a REAL value for the given float.
-