ParameterValueControlIsNumericType Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static bool IsNumericType(
Type thisType
)
Public Shared Function IsNumericType (
thisType As Type
) As Boolean
public:
static bool IsNumericType(
Type^ thisType
)
DataPAClientConfig.ParameterValueControl.IsNumericType = function(thisType);
Parameters
- thisType
- Type: SystemType
Return Value
Type:
BooleanSee Also