Summary
Checks a Type, returning true if it is a numeric Type.
- Namespace
- TCLite
.Constraints - Containing Type
- Numerics
Syntax
public static bool IsNumericType(Type type)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The Type to check |
Return Value
Type | Description |
---|---|
bool | true if the Type is a numeric type |