Method | Description | |
---|---|---|
IsDecimal ( this type ) : bool |
Indicates if type is an decimal type.
|
|
IsInteger ( this type ) : bool |
Indicates if type is an integer type.
|
public static IsDecimal ( this type ) : bool | ||
type | this | Type to check. |
return | bool |
public static IsInteger ( this type ) : bool | ||
type | this | Type to check. |
return | bool |