Method | Description | |
---|---|---|
IsArithmetic ( this Type ) : System.Boolean |
Checks whether the given type is arithmetic or not.
|
|
IsFloatingPoint ( |
Checks whether the given type is any kind of a floating point or not.
|
|
IsInteger ( this Type ) : System.Boolean |
Checks whether the given type is any kind of an integer or not.
|
|
IsNumeric ( this Type ) : System.Boolean |
Checks whether the given type is any kind of a numeric or not.
|
public static IsArithmetic ( this Type ) : System.Boolean | ||
Type | this | A type. |
return | System.Boolean |
public static IsFloatingPoint ( |
||
Type | A type. | |
return | System.Boolean |
public static IsInteger ( this Type ) : System.Boolean | ||
Type | this | A type. |
return | System.Boolean |
public static IsNumeric ( this Type ) : System.Boolean | ||
Type | this | A type. |
return | System.Boolean |