Class DoubleType
java.lang.Object
smile.data.type.PrimitiveType
smile.data.type.DoubleType
- All Implemented Interfaces:
Serializable, DataType
-
Nested Class Summary
Nested classes/interfaces inherited from interface DataType
DataType.ID -
Method Summary
Methods inherited from class PrimitiveType
equals, id, isNullable, name, toStringMethods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface DataType
isBoolean, isByte, isChar, isDecimal, isFloat, isFloating, isInt, isIntegral, isLong, isNumeric, isObject, isPrimitive, isShort, isString
-
Method Details
-
isDouble
public boolean isDouble()Description copied from interface:DataTypeReturns true if the type is double or Double.- Returns:
- true if the type is double or Double.
-
toString
-
valueOf
-