[]
        
(Showing Draft Content)

C1.WPF.TypeEx.IsNumericNonIntegral

IsNumericNonIntegral Method

IsNumericNonIntegral(Type)

Returns true if the type is any of the numeric non-integral data types: double, float and decimal.

Declaration
public static bool IsNumericNonIntegral(this Type type)
Parameters
Type Name Description
Type type

Type.

Returns
Type Description
bool

True if the type is a non-integral numeric.