DB.BigInt, DB.Bit, DB.DateTime, DB.Int, DB.NullObject, DB.Real, DB.Str
Constructor and Description |
---|
Real()
Create a null real
|
Real(double value)
Create from an float
|
Real(Object value)
Construct and set value based on an object
If Object is | Value set by
String | Float.parseFloat(value)
Number | value.floatValue()
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compare this instance to another DB.Real or another Float
|
float |
getFloatValue()
Return the float as basic type
|
Double |
getValue()
Return the Double value of this object or null if this instance is null
|
public Real()
public Real(double value)
value
- - the desired valuepublic Real(Object value)
value
- - instance used to set valuepublic Double getValue()
public float getFloatValue()
Copyright © 2015 VersionOne, Inc.. All rights reserved.