public interface IntValued extends LongValued
TokenValued
object containing an integer value.TokenTypeConstant#INT
MAX_INFINITY, MIN_INFINITY
Modifier and Type | Method and Description |
---|---|
int |
asInt()
Gets the contained integer value.
|
asLong
asFloat
asDouble
asBigDecimal
getType, isZero
isNull
int asInt()
int
. If null valued,
as indicated by TokenValued.isNull()
, 0
is returned.Copyright © 2020 Actian Corporation. All rights reserved.