Package smile.data.type
Class DecimalType
java.lang.Object
smile.data.type.DecimalType
- All Implemented Interfaces:
Serializable
,DataType
Arbitrary-precision decimal data type.
- See Also:
-
Method Details
-
name
Description copied from interface:DataType
Returns the type name used in external catalogs. DataType.of(name()) should return the same type. -
id
Description copied from interface:DataType
Returns the type ID enum. -
toString
-
valueOf
Description copied from interface:DataType
Returns the value from its string representation. -
equals
-