Class ConvertToNumber
java.lang.Object
com.aquima.interactions.expressions.functions.convert.ConvertToNumericBase
com.aquima.interactions.expressions.functions.convert.ConvertToNumber
- All Implemented Interfaces:
IFunction
,Serializable
Conversion function that is able to convert any numeric data type to a number.
- Since:
- 8.3.7
- Author:
- Jon van Leuven
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConvertToNumber
(DataType fromType) Constructs the function with the type of the argument. -
Method Summary
Methods inherited from class com.aquima.interactions.expressions.functions.convert.ConvertToNumericBase
determineResultType, evaluate, getArguments, isDeprecated
-
Constructor Details
-
Method Details
-
toValue
- Specified by:
toValue
in classConvertToNumericBase
-
toValue
- Specified by:
toValue
in classConvertToNumericBase
-
getName
Description copied from interface:IFunction
This method returns the name of the function.- Returns:
- the name of the function.
-