Returns true if the type is any of the numeric non-integral data types:
double, float and decimal.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public static bool IsNumericNonIntegral( this Type type ) |
| Visual Basic |
|---|
<ExtensionAttribute> _ Public Shared Function IsNumericNonIntegral ( _ type As Type _ ) As Boolean |
Parameters
- type
- Type: System..::..Type
Type.