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