 | CaexValueIsNumericValue Method |
Determines if the type code derived from the Attribute datatype is a numeric type.
The following type codes are recognized as numeric types:
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsNumericValue()
Public Function IsNumericValue As Boolean
public:
bool IsNumericValue()
Return Value
Booleantrue, if the type code is a numeric type;
false otherwise.
See Also