Uses of Class
com.pervasive.datarush.tokens.scalar.DoubleToken
-
Packages that use DoubleToken Package Description com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of DoubleToken in com.pervasive.datarush.tokens.scalar
Fields in com.pervasive.datarush.tokens.scalar declared as DoubleToken Modifier and Type Field Description static DoubleTokenDoubleToken. NULLA null valuedDoubleTokenstatic DoubleTokenDoubleToken. ZEROA zero valuedDoubleTokenMethods in com.pervasive.datarush.tokens.scalar that return DoubleToken Modifier and Type Method Description static DoubleTokenDoubleToken. parse(String value)Converts a string representation of a double value into a token.Methods in com.pervasive.datarush.tokens.scalar with parameters of type DoubleToken Modifier and Type Method Description intDoubleToken. compareTo(DoubleToken that)
-