public interface NumericValued extends ScalarValued
TokenValued object containing a numeric value.TokenTypeConstant#NUMERIC| Modifier and Type | Field and Description |
|---|---|
static BigDecimal |
MAX_INFINITY
The value representing positive infinity.
|
static BigDecimal |
MIN_INFINITY
The value representing negative infinity.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
asBigDecimal()
Gets the contained numeric value.
|
getType, isZeroisNullstatic final BigDecimal MAX_INFINITY
static final BigDecimal MIN_INFINITY
BigDecimal asBigDecimal()
java.math.BigDecimal.
If null valued, as indicated by TokenValued.isNull(), null
is returned.Copyright © 2021 Actian Corporation. All rights reserved.