[]
        
(Showing Draft Content)

C1.WPF.TypeEx.IsNumericIntegral

IsNumericIntegral Method

IsNumericIntegral(Type)

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

Declaration
public static bool IsNumericIntegral(this Type type)
Public Shared Function IsNumericIntegral(type As Type) As Boolean
Parameters
Type Name Description
Type type

Type.

Returns
Type Description
bool

True if the type is an integral numeric.