 | CaexValueIsNumericOrBooleanValue Method |
Determines if the type code derived from the Attribute datatype is a numeric or boolean type.
For a lit of numeric types .
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsNumericOrBooleanValue()
Public Function IsNumericOrBooleanValue As Boolean
public:
bool IsNumericOrBooleanValue()
Return Value
Booleantrue, if the type code is a numeric or boolean type;
false otherwise.
See Also