[]
        
(Showing Draft Content)

C1.WPF.TypeEx.IsNumericIntegralSigned

IsNumericIntegralSigned Method

IsNumericIntegralSigned(Type)

Returns true if the type is any of the integral signed numeric data types: int, long, short and sbyte.

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

Type.

Returns
Type Description
bool

True if the type is a signed integral numeric.