- bigDecimalValue
BigDecimal bigDecimalValue()
@return the numeric value represented by this object after conversion
to type {@code BigDecimal}. It can be {@code null} when this instance
represents the {@code NaN} value.
- bigIntegerValue
BigInteger bigIntegerValue()
@return the numeric value represented by this object after conversion
to type {@code BigInteger}. It can be {@code null} when this instance
represents the {@code NaN} value.
- byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
- doubleValue
double doubleValue()
Undocumented in source. Be warned that the author may not have intended to support it.
- floatValue
float floatValue()
Undocumented in source. Be warned that the author may not have intended to support it.
- intValue
int intValue()
Undocumented in source. Be warned that the author may not have intended to support it.
- isNaN
bool isNaN()
@return {@code true} when this number represents {@code NaN}
- longValue
long longValue()
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
The Postgres <i>NUMERIC</i> type.