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 ValueRealValueReal. NANstatic ValueRealValueReal. ONEThe value 1.static ValueRealValueReal. ZEROThe value 0.Methods in org.h2.value that return ValueReal Modifier and Type Method Description ValueRealValue. convertToReal()Converts this value to a REAL value.static ValueRealValueReal. get(float d)Get or create a REAL value for the given float.
-