| 程序包 | 说明 |
|---|---|
| org.h2.value |
Data type and value implementations.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static ValueDecfloat |
ValueDecfloat.NAN
The not a number value.
|
static ValueDecfloat |
ValueDecfloat.NAN
The not a number value.
|
static ValueDecfloat |
ValueDecfloat.NEGATIVE_INFINITY
The negative infinity value.
|
static ValueDecfloat |
ValueDecfloat.NEGATIVE_INFINITY
The negative infinity value.
|
static ValueDecfloat |
ValueDecfloat.ONE
The value 'one'.
|
static ValueDecfloat |
ValueDecfloat.ONE
The value 'one'.
|
static ValueDecfloat |
ValueDecfloat.POSITIVE_INFINITY
The positive infinity value.
|
static ValueDecfloat |
ValueDecfloat.POSITIVE_INFINITY
The positive infinity value.
|
static ValueDecfloat |
ValueDecfloat.ZERO
The value 'zero'.
|
static ValueDecfloat |
ValueDecfloat.ZERO
The value 'zero'.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ValueDecfloat |
ValueDecfloat.divide(BigDecimal dividend,
BigDecimal divisor,
TypeInfo quotientType)
Divides to
BigDecimal values and returns a DECFLOAT
result of the specified data type. |
static ValueDecfloat |
ValueDecfloat.divide(BigDecimal dividend,
BigDecimal divisor,
TypeInfo quotientType)
Divides to
BigDecimal values and returns a DECFLOAT
result of the specified data type. |
static ValueDecfloat |
ValueDecfloat.get(BigDecimal dec)
Get or create a DECFLOAT value for the given big decimal.
|
static ValueDecfloat |
ValueDecfloat.get(BigDecimal dec)
Get or create a DECFLOAT value for the given big decimal.
|
Copyright © 2022. All rights reserved.