Uses of Class
org.h2.value.ValueReal
Packages that use ValueReal
-
Uses of ValueReal in org.h2.value
Fields in org.h2.value declared as ValueRealModifier and TypeFieldDescriptionprivate static final ValueReal
ValueReal.NAN
static final ValueReal
ValueReal.ONE
The value 1.static final ValueReal
ValueReal.ZERO
The value 0.Methods in org.h2.value that return ValueRealModifier and TypeMethodDescriptionfinal 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.