[]
Returns true if the type is any of the numeric non-integral data types: double, float and decimal.
public static bool IsNumericNonIntegral(this Type type)
| Type | Name | Description |
|---|---|---|
| Type | type | Type. |
| Type | Description |
|---|---|
| bool | True if the type is a non-integral numeric. |