Class FloatType
java.lang.Object
smile.data.type.PrimitiveType
smile.data.type.FloatType
- 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, isDouble, isFloating, isInt, isIntegral, isLong, isNumeric, isObject, isPrimitive, isShort, isString
-
Method Details
-
isFloat
public boolean isFloat()Description copied from interface:DataTypeReturns true if the type is float or Float.- Returns:
- true if the type is float or Float.
-
toString
-
valueOf
-