public interface DoubleValued extends NumericValued
TokenValued
object containing a double value.TokenTypeConstant#DOUBLE
MAX_INFINITY, MIN_INFINITY
Modifier and Type | Method and Description |
---|---|
double |
asDouble()
Gets the contained double value.
|
asBigDecimal
getType, isZero
isNull
double asDouble()
double
. If null valued,
as indicated by TokenValued.isNull()
, Double.NaN
is returned.Copyright © 2020 Actian Corporation. All rights reserved.