Uses of Class
com.yahoo.searchlib.rankingexpression.evaluation.DoubleValue
Packages that use DoubleValue
Package
Description
Execution engine for ranking expressions
-
Uses of DoubleValue in com.yahoo.searchlib.rankingexpression.evaluation
Fields in com.yahoo.searchlib.rankingexpression.evaluation declared as DoubleValueModifier and TypeFieldDescriptionstatic final DoubleValueDoubleValue.NaNThe double value instance for NaNstatic final DoubleValueDoubleValue.zeroThe double value instance for 0Methods in com.yahoo.searchlib.rankingexpression.evaluation that return DoubleValueModifier and TypeMethodDescriptionDoubleValue.asDoubleValue()Value.asDoubleValue()Returns this value as a double value, or throws UnsupportedOperationException if it cannot be represented as a doubleDoubleValue.asMutable()static DoubleValueDoubleValue.frozen(double value) Create a double which is frozen at the outset.DoubleValue.negate()